Searched refs:ftid (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4_filter.c | 57 unsigned int ftid, u16 word, u64 mask, u64 val, in set_tcb_field() argument 68 INIT_TP_WR_CPL(req, CPL_SET_TCB_FIELD, ftid); in set_tcb_field() 72 req->word_cookie = htons(TCB_WORD_V(word) | TCB_COOKIE_V(ftid)); in set_tcb_field() 83 unsigned int ftid, unsigned int bit_pos, in set_tcb_tflag() argument 86 return set_tcb_field(adap, f, ftid, TCB_T_FLAGS_W, 1ULL << bit_pos, in set_tcb_tflag() 556 int ftid = 0; in cxgb4_get_free_ftid() local 600 ftid = (tc_prio <= t->nhpftids) ? 0 : t->nhpftids; in cxgb4_get_free_ftid() 602 while (ftid < max_ftid) { in cxgb4_get_free_ftid() 603 if (ftid < t->nhpftids) { in cxgb4_get_free_ftid() 614 (ftid + n) > t->nhpftids) { in cxgb4_get_free_ftid() [all …]
|
| D | cxgb4_ethtool.c | 1610 u32 ftid) in cxgb4_get_filter_entry() argument 1615 if (ftid < t->nhpftids) in cxgb4_get_filter_entry() 1616 f = &adap->tids.hpftid_tab[ftid]; in cxgb4_get_filter_entry() 1617 else if (ftid < t->nftids) in cxgb4_get_filter_entry() 1618 f = &adap->tids.ftid_tab[ftid - t->nhpftids]; in cxgb4_get_filter_entry() 1620 f = lookup_tid(&adap->tids, ftid); in cxgb4_get_filter_entry() 1691 int ftid; in cxgb4_ntuple_get_filter() local 1706 ftid = adap->ethtool_filters->port[pi->port_id].loc_array[loc]; in cxgb4_ntuple_get_filter() 1709 f = cxgb4_get_filter_entry(adap, ftid); in cxgb4_ntuple_get_filter()
|
| D | cxgb4.h | 1963 void t4_mk_filtdelwr(unsigned int ftid, struct fw_filter_wr *wr, int qid);
|
| D | t4_hw.c | 6506 void t4_mk_filtdelwr(unsigned int ftid, struct fw_filter_wr *wr, int qid) in t4_mk_filtdelwr() argument 6511 wr->tid_to_iq = cpu_to_be32(FW_FILTER_WR_TID_V(ftid) | in t4_mk_filtdelwr()
|
| /Linux-v5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| D | chtls.h | 390 __be32 ftid; member
|