Searched refs:vfn (Results 1 – 9 of 9) sorted by relevance
/drivers/net/ethernet/intel/ixgbevf/ |
D | mbx.h | 50 #define IXGBE_PFMBMEM(vfn) (0x13000 + (64 * (vfn))) argument
|
/drivers/scsi/csiostor/ |
D | csio_mb.c | 450 FW_IQ_CMD_VFN_V(iq_params->vfn)); in csio_mb_iq_alloc() 506 FW_IQ_CMD_VFN_V(iq_params->vfn)); in csio_mb_iq_write() 629 FW_IQ_CMD_VFN_V(iq_params->vfn)); in csio_mb_iq_free() 664 FW_EQ_OFLD_CMD_VFN_V(eq_ofld_params->vfn)); in csio_mb_eq_ofld_alloc() 712 FW_EQ_OFLD_CMD_VFN_V(eq_ofld_params->vfn)); in csio_mb_eq_ofld_write() 815 FW_EQ_OFLD_CMD_VFN_V(eq_ofld_params->vfn)); in csio_mb_eq_ofld_free()
|
D | csio_wr.h | 118 uint8_t vfn; member 203 uint8_t vfn; member
|
D | csio_wr.c | 453 iqp.vfn = 0; in csio_wr_iq_create() 569 eqp.vfn = 0; in csio_wr_eq_create() 643 iqp.vfn = 0; in csio_wr_iq_destroy() 716 eqp.vfn = 0; in csio_wr_eq_destroy()
|
/drivers/net/ethernet/hisilicon/hns/ |
D | hns_dsaf_mac.c | 303 int hns_mac_del_mac(struct hns_mac_cb *mac_cb, u32 vfn, char *mac) in hns_mac_del_mac() argument 311 if (vfn < DSAF_MAX_VM_NUM) { in hns_mac_del_mac() 312 old_mac = &mac_cb->addr_entry_idx[vfn]; in hns_mac_del_mac() 316 mac_cb->dsaf_dev->ae_dev.name, mac_cb->mac_id, vfn); in hns_mac_del_mac()
|
D | hns_dsaf_mac.h | 441 int hns_mac_del_mac(struct hns_mac_cb *mac_cb, u32 vfn, char *mac);
|
/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 2099 int vfn = adapter->vfs_allocated_count; in igb_ndo_fdb_add() local 2100 int rar_entries = hw->mac.rar_entry_count - (vfn + 1); in igb_ndo_fdb_add() 3640 int vfn) in igb_set_vf_rlpml() argument 3648 vmolr = rd32(E1000_VMOLR(vfn)); in igb_set_vf_rlpml() 3651 wr32(E1000_VMOLR(vfn), vmolr); in igb_set_vf_rlpml() 3657 int vfn, bool enable) in igb_set_vf_vlan_strip() argument 3666 reg = E1000_DVMOLR(vfn); in igb_set_vf_vlan_strip() 3668 reg = E1000_VMOLR(vfn); in igb_set_vf_vlan_strip() 3679 int vfn, bool aupe) in igb_set_vmolr() argument 3690 vmolr = rd32(E1000_VMOLR(vfn)); in igb_set_vmolr() [all …]
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_sriov.c | 762 unsigned int vfn = (event_mask & 0x3f); in ixgbe_vf_configuration() local 767 eth_zero_addr(adapter->vfinfo[vfn].vf_mac_addresses); in ixgbe_vf_configuration()
|
D | ixgbe_main.c | 4420 static int ixgbe_write_uc_addr_list(struct net_device *netdev, int vfn) in ixgbe_write_uc_addr_list() argument 4426 if (netdev_uc_count(netdev) > ixgbe_available_rars(adapter, vfn)) in ixgbe_write_uc_addr_list() 4432 ixgbe_del_mac_filter(adapter, ha->addr, vfn); in ixgbe_write_uc_addr_list() 4433 ixgbe_add_mac_filter(adapter, ha->addr, vfn); in ixgbe_write_uc_addr_list()
|