Searched refs:v2p (Results 1 – 4 of 4) sorted by relevance
127 struct v2p_entry *v2p; member221 struct scsiback_tpg *tpg = pending_req->v2p->tpg; in scsiback_print_status()224 tpg->tport->tport_name, pending_req->v2p->lun, in scsiback_print_status()391 if (pending_req->v2p) in scsiback_do_resp_with_sense()392 kref_put(&pending_req->v2p->kref, in scsiback_do_resp_with_sense()424 struct se_session *sess = pending_req->v2p->tpg->tpg_nexus->tvn_se_sess; in scsiback_cmd_exec()429 pending_req->v2p->lun, pending_req->data_len, 0, in scsiback_cmd_exec()618 struct scsiback_tpg *tpg = pending_req->v2p->tpg; in scsiback_device_action()621 u64 unpacked_lun = pending_req->v2p->lun; in scsiback_device_action()673 struct v2p_entry *v2p) in scsiback_get_pend_req() argument[all …]
1505 int mlx4_port_map_set(struct mlx4_dev *dev, struct mlx4_port_map *v2p) in mlx4_port_map_set() argument1507 u8 port1 = v2p->port1; in mlx4_port_map_set()1508 u8 port2 = v2p->port2; in mlx4_port_map_set()1519 port1 = priv->v2p.port1; in mlx4_port_map_set()1521 port2 = priv->v2p.port2; in mlx4_port_map_set()1529 } else if ((port1 == priv->v2p.port1) && in mlx4_port_map_set()1530 (port2 == priv->v2p.port2)) { in mlx4_port_map_set()1537 priv->v2p.port1 = port1; in mlx4_port_map_set()1538 priv->v2p.port2 = port2; in mlx4_port_map_set()3643 priv->v2p.port1 = 1; in mlx4_load_one()[all …]
2559 } *v2p; in mlx4_virt2phy_port_map() local2566 v2p = mailbox->buf; in mlx4_virt2phy_port_map()2567 v2p->v_port1 = cpu_to_be32(port1); in mlx4_virt2phy_port_map()2568 v2p->v_port2 = cpu_to_be32(port2); in mlx4_virt2phy_port_map()
922 struct mlx4_port_map v2p; /* cached port mapping configuration */ member