Home
last modified time | relevance | path

Searched refs:vfn (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/intel/ixgbevf/
Dmbx.h51 #define IXGBE_PFMBMEM(vfn) (0x13000 + (64 * (vfn))) argument
/drivers/scsi/csiostor/
Dcsio_wr.h118 uint8_t vfn; member
203 uint8_t vfn; member
Dcsio_mb.c526 FW_IQ_CMD_VFN(iq_params->vfn)); in csio_mb_iq_alloc()
582 FW_IQ_CMD_VFN(iq_params->vfn)); in csio_mb_iq_write()
705 FW_IQ_CMD_VFN(iq_params->vfn)); in csio_mb_iq_free()
740 FW_EQ_OFLD_CMD_VFN(eq_ofld_params->vfn)); in csio_mb_eq_ofld_alloc()
787 FW_EQ_OFLD_CMD_VFN(eq_ofld_params->vfn)); in csio_mb_eq_ofld_write()
890 FW_EQ_OFLD_CMD_VFN(eq_ofld_params->vfn)); in csio_mb_eq_ofld_free()
Dcsio_wr.c459 iqp.vfn = 0; in csio_wr_iq_create()
575 eqp.vfn = 0; in csio_wr_eq_create()
649 iqp.vfn = 0; in csio_wr_iq_destroy()
722 eqp.vfn = 0; in csio_wr_eq_destroy()
/drivers/net/ethernet/intel/igb/
Digb_main.c3256 int vfn) in igb_set_vf_rlpml() argument
3264 if (vfn < adapter->vfs_allocated_count && in igb_set_vf_rlpml()
3265 adapter->vf_data[vfn].vlans_enabled) in igb_set_vf_rlpml()
3268 vmolr = rd32(E1000_VMOLR(vfn)); in igb_set_vf_rlpml()
3271 wr32(E1000_VMOLR(vfn), vmolr); in igb_set_vf_rlpml()
3303 int vfn, bool aupe) in igb_set_vmolr() argument
3314 vmolr = rd32(E1000_VMOLR(vfn)); in igb_set_vmolr()
3324 if (adapter->rss_queues > 1 && vfn == adapter->vfs_allocated_count) in igb_set_vmolr()
3329 if (vfn <= adapter->vfs_allocated_count) in igb_set_vmolr()
3332 wr32(E1000_VMOLR(vfn), vmolr); in igb_set_vmolr()
[all …]
/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c659 unsigned int vfn = (event_mask & 0x3f); in ixgbe_vf_configuration() local
665 memcpy(adapter->vfinfo[vfn].vf_mac_addresses, vf_mac_addr, 6); in ixgbe_vf_configuration()