Searched refs:vfn (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | mbx.h | 50 #define IXGBE_PFMBMEM(vfn) (0x13000 + (64 * (vfn))) argument
|
/linux-4.4.14/arch/s390/pci/ |
D | pci_sysfs.c | 29 zpci_attr(vfn, "0x%04x\n", vfn);
|
D | pci_clp.c | 119 zdev->vfn = response->vfn; in clp_store_query_pci_fn()
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ |
D | hns_dsaf_mac.c | 322 int hns_mac_del_mac(struct hns_mac_cb *mac_cb, u32 vfn, char *mac) in hns_mac_del_mac() argument 330 if (vfn < DSAF_MAX_VM_NUM) { in hns_mac_del_mac() 331 old_mac = &mac_cb->addr_entry_idx[vfn]; in hns_mac_del_mac() 335 mac_cb->dsaf_dev->ae_dev.name, mac_cb->mac_id, vfn); in hns_mac_del_mac()
|
D | hns_dsaf_mac.h | 432 int hns_mac_del_mac(struct hns_mac_cb *mac_cb, u32 vfn, char *mac);
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_wr.h | 118 uint8_t vfn; member 203 uint8_t vfn; member
|
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.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()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pci.h | 77 u16 vfn; /* virtual function number */ member
|
D | pci_clp.h | 90 u16 vfn; /* virtual fn number */ member
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 3529 int vfn) in igb_set_vf_rlpml() argument 3537 if (vfn < adapter->vfs_allocated_count && in igb_set_vf_rlpml() 3538 adapter->vf_data[vfn].vlans_enabled) in igb_set_vf_rlpml() 3541 vmolr = rd32(E1000_VMOLR(vfn)); in igb_set_vf_rlpml() 3544 wr32(E1000_VMOLR(vfn), vmolr); in igb_set_vf_rlpml() 3576 int vfn, bool aupe) in igb_set_vmolr() argument 3587 vmolr = rd32(E1000_VMOLR(vfn)); in igb_set_vmolr() 3592 dvmolr = rd32(E1000_DVMOLR(vfn)); in igb_set_vmolr() 3594 wr32(E1000_DVMOLR(vfn), dvmolr); in igb_set_vmolr() 3604 if (adapter->rss_queues > 1 && vfn == adapter->vfs_allocated_count) in igb_set_vmolr() [all …]
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_sriov.c | 626 unsigned int vfn = (event_mask & 0x3f); in ixgbe_vf_configuration() local 631 eth_zero_addr(adapter->vfinfo[vfn].vf_mac_addresses); in ixgbe_vf_configuration()
|
D | ixgbe_main.c | 4166 static int ixgbe_write_uc_addr_list(struct net_device *netdev, int vfn) in ixgbe_write_uc_addr_list() argument 4178 ixgbe_del_mac_filter(adapter, ha->addr, vfn); in ixgbe_write_uc_addr_list() 4179 ixgbe_add_mac_filter(adapter, ha->addr, vfn); in ixgbe_write_uc_addr_list()
|