Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_ioctl.h213 uint32_t maskhash:1; /* dirsteer=0: steer to an RSS sub-region */ member
H A Dt4_filter.c723 V_FW_FILTER_WR_MASKHASH(f->fs.maskhash) | in set_tcamfilter()
963 if (!t->fs.dirsteer && !t->fs.dirsteerhash && !t->fs.maskhash && t->fs.iq) in set_filter()
1546 V_PACE(f->fs.maskhash | (f->fs.dirsteerhash << 1))); in mk_act_open_req6()
1590 V_PACE(f->fs.maskhash | (f->fs.dirsteerhash << 1))); in mk_act_open_req()
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c900 if (t->fs.maskhash) in do_show_one_filter_info()
1245 t.fs.maskhash = 1; /* steer to RSS region */ in set_filter()
1353 (t.fs.rpttid || t.fs.dirsteer || t.fs.maskhash)) { in set_filter()