Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_ioctl.h211 uint32_t dirsteer:1; /* 0 => RSS, 1 => steer to iq */ member
H A Dt4_filter.c722 V_FW_FILTER_WR_DIRSTEER(f->fs.dirsteer) | in set_tcamfilter()
963 if (!t->fs.dirsteer && !t->fs.dirsteerhash && !t->fs.maskhash && t->fs.iq) in set_filter()
1545 V_CONG_CNTRL((f->fs.action == FILTER_DROP) | (f->fs.dirsteer << 1)) | in mk_act_open_req6()
1589 V_CONG_CNTRL((f->fs.action == FILTER_DROP) | (f->fs.dirsteer << 1)) | in mk_act_open_req()
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c898 if (t->fs.dirsteer == 0) { in do_show_one_filter_info()
1238 t.fs.dirsteer = 1; /* direct steer */ in set_filter()
1353 (t.fs.rpttid || t.fs.dirsteer || t.fs.maskhash)) { in set_filter()