Home
last modified time | relevance | path

Searched refs:V_TXPKT_VF (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/
HDt4_sched.c831 V_TXPKT_VF(vi->vin) | V_TXPKT_VF_VLD(vi->vfvld)); in cxgbe_rate_tag_alloc()
HDt4_netmap.c236 V_TXPKT_VF(vi->vin) | V_TXPKT_VF_VLD(vi->vfvld)); in alloc_nm_txq()
HDt4_sge.c4722 V_TXPKT_VF(vi->vin) | V_TXPKT_VF_VLD(vi->vfvld)); in alloc_txq()
HDt4_main.c8343 V_TXPKT_VF(vi->vin) | V_TXPKT_VF_VLD(vi->vfvld)); in sysctl_tx_vm_wr()
/freebsd-13-stable/sys/dev/cxgbe/common/
HDt4_msg.h1279 #define V_TXPKT_VF(x) ((x) << S_TXPKT_VF) macro