Searched refs:ftid (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/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 | 1629 u32 ftid) in cxgb4_get_filter_entry() argument 1633 if (ftid >= t->hpftid_base && ftid < t->hpftid_base + t->nhpftids) in cxgb4_get_filter_entry() 1634 return &t->hpftid_tab[ftid - t->hpftid_base]; in cxgb4_get_filter_entry() 1636 if (ftid >= t->ftid_base && ftid < t->ftid_base + t->nftids) in cxgb4_get_filter_entry() 1637 return &t->ftid_tab[ftid - t->ftid_base]; in cxgb4_get_filter_entry() 1639 return lookup_tid(t, ftid); in cxgb4_get_filter_entry() 1708 int ftid; in cxgb4_ntuple_get_filter() local 1723 ftid = adap->ethtool_filters->port[pi->port_id].loc_array[loc]; in cxgb4_ntuple_get_filter() 1726 f = cxgb4_get_filter_entry(adap, ftid); in cxgb4_ntuple_get_filter()
|
D | cxgb4.h | 1959 void t4_mk_filtdelwr(unsigned int ftid, struct fw_filter_wr *wr, int qid);
|
D | t4_hw.c | 6489 void t4_mk_filtdelwr(unsigned int ftid, struct fw_filter_wr *wr, int qid) in t4_mk_filtdelwr() argument 6494 wr->tid_to_iq = cpu_to_be32(FW_FILTER_WR_TID_V(ftid) | in t4_mk_filtdelwr()
|
/linux-6.12.1/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
D | chtls.h | 392 __be32 ftid; member
|