Home
last modified time | relevance | path

Searched refs:vfvld (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h808 uint8_t *vfvld, uint16_t *vin,
812 u16 *rss_size, uint8_t *vfvld, uint16_t *vin);
H A Dt4_hw.c7899 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 Dt4_sched.c843 V_TXPKT_VF(vi->vin) | V_TXPKT_VF_VLD(vi->vfvld)); in cxgbe_rate_tag_alloc()
H A Dadapter.h209 uint8_t vfvld; member
H A Dt4_netmap.c236 V_TXPKT_VF(vi->vin) | V_TXPKT_VF_VLD(vi->vfvld)); in alloc_nm_txq()
H A Dt4_main.c3688 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 Dt4_sge.c4677 V_TXPKT_VF(vi->vin) | V_TXPKT_VF_VLD(vi->vfvld)); in alloc_txq()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1229 V_FT_VNID_ID_PF(sc->pf) | V_FT_VNID_ID_VLD(vi->vfvld)) << in select_ntuple()