Searched refs:vfn (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
D | mbx.h | 50 #define IXGBE_PFMBMEM(vfn) (0x13000 + (64 * (vfn))) argument
|
/linux-4.1.27/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.1.27/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.1.27/arch/s390/include/asm/ |
D | pci.h | 75 u16 vfn; /* virtual function number */ member
|
D | pci_clp.h | 90 u16 vfn; /* virtual fn number */ member
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 3533 int vfn) in igb_set_vf_rlpml() argument 3541 if (vfn < adapter->vfs_allocated_count && in igb_set_vf_rlpml() 3542 adapter->vf_data[vfn].vlans_enabled) in igb_set_vf_rlpml() 3545 vmolr = rd32(E1000_VMOLR(vfn)); in igb_set_vf_rlpml() 3548 wr32(E1000_VMOLR(vfn), vmolr); in igb_set_vf_rlpml() 3580 int vfn, bool aupe) in igb_set_vmolr() argument 3591 vmolr = rd32(E1000_VMOLR(vfn)); in igb_set_vmolr() 3596 dvmolr = rd32(E1000_DVMOLR(vfn)); in igb_set_vmolr() 3598 wr32(E1000_DVMOLR(vfn), dvmolr); in igb_set_vmolr() 3608 if (adapter->rss_queues > 1 && vfn == adapter->vfs_allocated_count) in igb_set_vmolr() [all …]
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_sriov.c | 620 unsigned int vfn = (event_mask & 0x3f); in ixgbe_vf_configuration() local 625 eth_zero_addr(adapter->vfinfo[vfn].vf_mac_addresses); in ixgbe_vf_configuration()
|
D | ixgbe_main.c | 4071 static int ixgbe_write_uc_addr_list(struct net_device *netdev, int vfn) in ixgbe_write_uc_addr_list() argument 4083 ixgbe_del_mac_filter(adapter, ha->addr, vfn); in ixgbe_write_uc_addr_list() 4084 ixgbe_add_mac_filter(adapter, ha->addr, vfn); in ixgbe_write_uc_addr_list()
|