Searched refs:vp_id (Results 1 - 7 of 7) sorted by relevance

/drivers/net/ethernet/neterion/vxge/
H A Dvxge-config.c47 int vxge_hw_vpath_wait_receive_idle(struct __vxge_hw_device *hldev, u32 vp_id) argument
54 vpath = &hldev->virtual_paths[vp_id];
2195 u32 vp_id; local
2198 vp_id = vph->vpath->vp_id;
2224 channel->vp_id = vp_id;
2817 u32 vp_id; local
2828 vp_id = vp->vpath->vp_id;
4039 __vxge_hw_vpath_reset(struct __vxge_hw_device *hldev, u32 vp_id) argument
4057 __vxge_hw_vpath_sw_reset(struct __vxge_hw_device *hldev, u32 vp_id) argument
4082 __vxge_hw_vpath_prc_configure(struct __vxge_hw_device *hldev, u32 vp_id) argument
4154 __vxge_hw_vpath_kdfc_configure(struct __vxge_hw_device *hldev, u32 vp_id) argument
4227 __vxge_hw_vpath_mac_configure(struct __vxge_hw_device *hldev, u32 vp_id) argument
4295 __vxge_hw_vpath_tim_configure(struct __vxge_hw_device *hldev, u32 vp_id) argument
4557 __vxge_hw_vpath_initialize(struct __vxge_hw_device *hldev, u32 vp_id) argument
4619 __vxge_hw_vp_terminate(struct __vxge_hw_device *hldev, u32 vp_id) argument
4663 __vxge_hw_vp_initialize(struct __vxge_hw_device *hldev, u32 vp_id, struct vxge_hw_vp_config *config) argument
4985 u32 vp_id = vp->vpath->vp_id; local
5035 u32 vp_id; local
5063 u32 vp_id; local
[all...]
H A Dvxge-main.c1352 * @vp_id: vpath for which to enable the interrupts
1356 static void vxge_vpath_intr_enable(struct vxgedev *vdev, int vp_id) argument
1358 struct vxge_vpath *vpath = &vdev->vpaths[vp_id];
1385 * @vp_id: vpath for which to disable the interrupts
1389 static void vxge_vpath_intr_disable(struct vxgedev *vdev, int vp_id) argument
1391 struct vxge_vpath *vpath = &vdev->vpaths[vp_id];
1503 * @vp_id: vpath to reset
1507 static int vxge_reset_vpath(struct vxgedev *vdev, int vp_id) argument
1510 struct vxge_vpath *vpath = &vdev->vpaths[vp_id];
1528 "failed for vpath:%d", vp_id);
1610 int ret = 0, vp_id, i; local
2029 u32 vp_id = 0; local
3313 int vp_id; local
3338 int vp_id; local
3551 vxge_callback_crit_err(struct __vxge_hw_device *hldev, enum vxge_hw_event type, u64 vp_id) argument
[all...]
H A Dvxge-config.h341 * @vp_id: Virtual Path Id
361 u32 vp_id; member in struct:vxge_hw_vp_config
631 u32 vp_id; member in struct:__vxge_hw_channel
652 * @vp_id: Virtual path id
675 u32 vp_id; member in struct:__vxge_hw_virtualpath
930 u32 vp_id; member in struct:__vxge_hw_ring
1014 u32 vp_id; member in struct:__vxge_hw_fifo
1836 * @vp_id: Identifier of Virtual Path
1844 u32 vp_id; member in struct:vxge_hw_vpath_attr
2110 int vxge_hw_vpath_wait_receive_idle(struct __vxge_hw_device *hldev, u32 vp_id);
[all...]
H A Dvxge-traffic.c131 if (vpath->hldev->first_vp_id != vpath->vp_id)
181 val64 = VXGE_HW_TIM_CLR_INT_EN_VP(1 << (16 - vpath->vp_id));
497 * @vp_id: Vpath Id
503 __vxge_hw_device_handle_error(struct __vxge_hw_device *hldev, u32 vp_id, argument
538 type, vp_id);
861 __vxge_hw_device_handle_error(hldev, vpath->vp_id, alarm_event);
2258 u32 vp_id = vp->vpath->vp_id; local
2261 (vp_id * 4) + tim_msix_id[0]) |
2263 (vp_id *
[all...]
H A Dvxge-traffic.h2117 u32 vp_id);
/drivers/scsi/qla2xxx/
H A Dqla_mid.c31 uint32_t vp_id; local
35 /* Find an empty slot and assign an vp_id */
37 vp_id = find_first_zero_bit(ha->vp_idx_map, ha->max_npiv_vports + 1);
38 if (vp_id > ha->max_npiv_vports) {
40 "vp_id %d is bigger than max-supported %d.\n",
41 vp_id, ha->max_npiv_vports);
43 return vp_id;
46 set_bit(vp_id, ha->vp_idx_map);
48 vha->vp_idx = vp_id;
55 return vp_id;
61 uint16_t vp_id; local
[all...]
H A Dqla_def.h2186 int vp_id; member in struct:vport_info

Completed in 89 milliseconds