Home
last modified time | relevance | path

Searched refs:F_RSS_QUEUE_VALID (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c1541 cpl6->opt2 = htobe32(F_RSS_QUEUE_VALID | V_RSS_QUEUE(f->fs.iq) | in mk_act_open_req6()
1585 cpl6->opt2 = htobe32(F_RSS_QUEUE_VALID | V_RSS_QUEUE(f->fs.iq) | in mk_act_open_req()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1171 opt2 |= F_RSS_QUEUE_VALID; in calc_options2()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h564 #define F_RSS_QUEUE_VALID V_RSS_QUEUE_VALID(1U) macro