Searched refs:vfn (Results 1 – 6 of 6) sorted by relevance
51 #define IXGBE_PFMBMEM(vfn) (0x13000 + (64 * (vfn))) argument
118 uint8_t vfn; member203 uint8_t vfn; member
526 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()
459 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()
3256 int vfn) in igb_set_vf_rlpml() argument3264 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() argument3314 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 …]
659 unsigned int vfn = (event_mask & 0x3f); in ixgbe_vf_configuration() local665 memcpy(adapter->vfinfo[vfn].vf_mac_addresses, vf_mac_addr, 6); in ixgbe_vf_configuration()