Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h108 unsigned int ftid_base; member
Dcxgb4_main.c564 unsigned int nidx = idx - adap->tids.ftid_base; in filter_rpl()
568 if (idx >= adap->tids.ftid_base && nidx < in filter_rpl()
1198 ftid = adapter->tids.ftid_base + fidx; in set_filter_wr()
1295 ftid = adapter->tids.ftid_base + fidx; in del_filter_wr()
3880 adap->tids.ftid_base = val[3]; in adap_init0()
4022 adap->tids.sftid_base = adap->tids.ftid_base + in adap_init0()
4027 adap->tids.ftid_base; in adap_init0()
Dcxgb4_debugfs.c2614 seq_printf(seq, "FTID range: %u..%u\n", t->ftid_base, in tid_info_show()
2615 t->ftid_base + t->nftids - 1); in tid_info_show()