Searched refs:vfvld (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/cxgbe/common/ |
H A D | common.h | 808 uint8_t *vfvld, uint16_t *vin, 812 u16 *rss_size, uint8_t *vfvld, uint16_t *vin);
|
H A D | t4_hw.c | 7899 uint8_t *vfvld, uint16_t *vin, in t4_alloc_vi_func() argument 7937 if (vfvld) { in t4_alloc_vi_func() 7938 *vfvld = adap->params.viid_smt_extn_support ? in t4_alloc_vi_func() 7968 u16 *rss_size, uint8_t *vfvld, uint16_t *vin) in t4_alloc_vi() argument 7971 vfvld, vin, FW_VI_FUNC_ETH, 0); in t4_alloc_vi() 9833 &vi->vfvld, &vi->vin); in t4_port_init()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_sched.c | 843 V_TXPKT_VF(vi->vin) | V_TXPKT_VF_VLD(vi->vfvld)); in cxgbe_rate_tag_alloc()
|
H A D | adapter.h | 209 uint8_t vfvld; member
|
H A D | t4_netmap.c | 236 V_TXPKT_VF(vi->vin) | V_TXPKT_VF_VLD(vi->vfvld)); in alloc_nm_txq()
|
H A D | t4_main.c | 3688 vi->hw_addr, &vi->rss_size, &vi->vfvld, &vi->vin, func, 0); in alloc_extra_vi() 8463 V_TXPKT_VF(vi->vin) | V_TXPKT_VF_VLD(vi->vfvld)); in sysctl_tx_vm_wr()
|
H A D | t4_sge.c | 4677 V_TXPKT_VF(vi->vin) | V_TXPKT_VF_VLD(vi->vfvld)); in alloc_txq()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tom.c | 1229 V_FT_VNID_ID_PF(sc->pf) | V_FT_VNID_ID_VLD(vi->vfvld)) << in select_ntuple()
|