Searched refs:vp_id (Results 1 – 9 of 9) sorted by relevance
/drivers/net/ethernet/neterion/vxge/ |
D | vxge-config.c | 47 int vxge_hw_vpath_wait_receive_idle(struct __vxge_hw_device *hldev, u32 vp_id) in vxge_hw_vpath_wait_receive_idle() argument 54 vpath = &hldev->virtual_paths[vp_id]; in vxge_hw_vpath_wait_receive_idle() 2188 u32 vp_id; in __vxge_hw_channel_allocate() local 2191 vp_id = vph->vpath->vp_id; in __vxge_hw_channel_allocate() 2217 channel->vp_id = vp_id; in __vxge_hw_channel_allocate() 2801 u32 vp_id; in __vxge_hw_ring_create() local 2812 vp_id = vp->vpath->vp_id; in __vxge_hw_ring_create() 2814 config = &hldev->config.vp_config[vp_id].ring; in __vxge_hw_ring_create() 2830 ring->vp_id = vp_id; in __vxge_hw_ring_create() 2919 device_config->vp_config[i].vp_id = i; in vxge_hw_device_config_default_get() [all …]
|
D | vxge-main.c | 1354 static void vxge_vpath_intr_enable(struct vxgedev *vdev, int vp_id) in vxge_vpath_intr_enable() argument 1356 struct vxge_vpath *vpath = &vdev->vpaths[vp_id]; in vxge_vpath_intr_enable() 1387 static void vxge_vpath_intr_disable(struct vxgedev *vdev, int vp_id) in vxge_vpath_intr_disable() argument 1389 struct vxge_vpath *vpath = &vdev->vpaths[vp_id]; in vxge_vpath_intr_disable() 1505 static int vxge_reset_vpath(struct vxgedev *vdev, int vp_id) in vxge_reset_vpath() argument 1508 struct vxge_vpath *vpath = &vdev->vpaths[vp_id]; in vxge_reset_vpath() 1526 "failed for vpath:%d", vp_id); in vxge_reset_vpath() 1532 "vpath:%d", vp_id); in vxge_reset_vpath() 1554 vxge_vpath_intr_enable(vdev, vp_id); in vxge_reset_vpath() 1566 clear_bit(vp_id, &vdev->vp_reset); in vxge_reset_vpath() [all …]
|
D | vxge-traffic.c | 132 if (vpath->hldev->first_vp_id != vpath->vp_id) in vxge_hw_vpath_intr_enable() 182 val64 = VXGE_HW_TIM_CLR_INT_EN_VP(1 << (16 - vpath->vp_id)); in vxge_hw_vpath_intr_disable() 504 __vxge_hw_device_handle_error(struct __vxge_hw_device *hldev, u32 vp_id, in __vxge_hw_device_handle_error() argument 538 type, vp_id); in __vxge_hw_device_handle_error() 861 __vxge_hw_device_handle_error(hldev, vpath->vp_id, alarm_event); in __vxge_hw_vpath_alarm_process() 2190 u32 vp_id = vp->vpath->vp_id; in vxge_hw_vpath_msix_set() local 2193 (vp_id * 4) + tim_msix_id[0]) | in vxge_hw_vpath_msix_set() 2195 (vp_id * 4) + tim_msix_id[1]); in vxge_hw_vpath_msix_set() 2301 tim_int_mask1, vp->vpath->vp_id); in vxge_hw_vpath_inta_mask_tx_rx() 2339 tim_int_mask1, vp->vpath->vp_id); in vxge_hw_vpath_inta_unmask_tx_rx()
|
D | vxge-config.h | 361 u32 vp_id; member 631 u32 vp_id; member 675 u32 vp_id; member 930 u32 vp_id; member 1014 u32 vp_id; member 1844 u32 vp_id; member 2090 int vxge_hw_vpath_wait_receive_idle(struct __vxge_hw_device *hldev, u32 vp_id);
|
D | vxge-traffic.h | 2114 u32 vp_id);
|
/drivers/scsi/qla2xxx/ |
D | qla_mid.c | 32 uint32_t vp_id; in qla24xx_allocate_vp_id() local 38 vp_id = find_first_zero_bit(ha->vp_idx_map, ha->max_npiv_vports + 1); in qla24xx_allocate_vp_id() 39 if (vp_id > ha->max_npiv_vports) { in qla24xx_allocate_vp_id() 42 vp_id, ha->max_npiv_vports); in qla24xx_allocate_vp_id() 44 return vp_id; in qla24xx_allocate_vp_id() 47 set_bit(vp_id, ha->vp_idx_map); in qla24xx_allocate_vp_id() 49 vha->vp_idx = vp_id; in qla24xx_allocate_vp_id() 60 return vp_id; in qla24xx_allocate_vp_id() 66 uint16_t vp_id; in qla24xx_deallocate_vp_id() local 95 vp_id = vha->vp_idx; in qla24xx_deallocate_vp_id() [all …]
|
D | qla_def.h | 3137 int vp_id; member
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_dev.c | 5202 struct qed_ptt *p_ptt, u16 vp_id, u32 rate) in __qed_configure_vport_wfq() argument 5210 p_hwfn->qm_info.wfq_data[vp_id].min_speed = rate; in __qed_configure_vport_wfq() 5211 p_hwfn->qm_info.wfq_data[vp_id].configured = true; in __qed_configure_vport_wfq() 5215 rc = qed_init_wfq_param(p_hwfn, vp_id, rate, p_link->min_pf_rate); in __qed_configure_vport_wfq() 5265 int qed_configure_vport_wfq(struct qed_dev *cdev, u16 vp_id, u32 rate) in qed_configure_vport_wfq() argument 5284 rc = __qed_configure_vport_wfq(p_hwfn, p_ptt, vp_id, rate); in qed_configure_vport_wfq()
|
D | qed.h | 910 int qed_configure_vport_wfq(struct qed_dev *cdev, u16 vp_id, u32 rate);
|