Searched defs:vp_idx (Results 1 - 6 of 6) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_mid.c23 if (vha->vp_idx && vha->timer_active) {
49 vha->vp_idx = vp_id;
89 vp_id = vha->vp_idx;
142 fcport->loop_id, fcport->vha->vp_idx);
203 "Virtual port with id: %d - Enabled.\n", vha->vp_idx);
208 "Virtual port with id: %d - Disabled.\n", vha->vp_idx);
222 ret = qla2x00_send_change_request(vha, 0x3, vha->vp_idx);
250 if (vha->vp_idx) {
302 "Scheduling enable of Vport %d.\n", vha->vp_idx);
373 if (vha->vp_idx)
626 qla25xx_create_req_que(struct qla_hw_data *ha, uint16_t options, uint8_t vp_idx, uint16_t rid, int rsp_que, uint8_t qos) argument
751 qla25xx_create_rsp_que(struct qla_hw_data *ha, uint16_t options, uint8_t vp_idx, uint16_t rid, int req) argument
[all...]
H A Dqla_mbx.c977 mcp->mb[9] = vha->vp_idx;
1027 mcp->mb[9] = vha->vp_idx;
1083 mcp->mb[9] = vha->vp_idx;
1410 mcp->mb[9] = vha->vp_idx;
1626 mcp->mb[9] = vha->vp_idx;
1885 lg->vp_index = vha->vp_idx;
2159 lg->vp_index = vha->vp_idx;
2323 mcp->mb[9] = vha->vp_idx;
2571 mcp->mb[9] = vha->vp_idx;
2648 abt->vp_index = fcport->vha->vp_idx;
3319 uint8_t vp_idx; local
3580 qla2x00_send_change_request(scsi_qla_host_t *vha, uint16_t format, uint16_t vp_idx) argument
[all...]
H A Dqla_target.c149 vha->vp_idx);
161 uint8_t vp_idx; local
170 vp_idx = ha->tgt.tgt_vp_map[d_id[2]].idx;
171 if (likely(test_bit(vp_idx, ha->vp_idx_map)))
172 return ha->tgt.tgt_vp_map[vp_idx].vha;
179 uint16_t vp_idx)
183 if (vha->vp_idx == vp_idx)
187 if (likely(test_bit(vp_idx, ha->vp_idx_map)))
188 return ha->tgt.tgt_vp_map[vp_idx]
178 qlt_find_host_by_vp_idx(struct scsi_qla_host *vha, uint16_t vp_idx) argument
[all...]
H A Dqla_fw.h1283 uint16_t vp_idx; /* Format 0 -- Reserved. */ member in struct:vp_rpt_id_entry_24xx
H A Dqla_def.h2818 uint16_t vp_idx; member in struct:rsp_que
2847 uint16_t vp_idx; member in struct:req_que
3582 uint16_t vp_idx; /* vport ID */ member in struct:scsi_qla_host
/drivers/net/ethernet/neterion/vxge/
H A Dvxge-main.c2464 int vp_idx = 0, intr_idx = 0, intr_cnt = 0, msix_idx = 0, irq_req = 0; local
2492 pci_fun, vp_idx);
2497 &vdev->vpaths[vp_idx].fifo);
2499 &vdev->vpaths[vp_idx].fifo;
2507 pci_fun, vp_idx);
2513 &vdev->vpaths[vp_idx].ring);
2515 &vdev->vpaths[vp_idx].ring;
2535 msix_idx += vdev->vpaths[vp_idx].device_id *
2538 vdev->vpaths[vp_idx].handle,
2545 (vp_idx < (vde
[all...]

Completed in 1216 milliseconds