Home
last modified time | relevance | path

Searched refs:ftid (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c57 unsigned int ftid, u16 word, u64 mask, u64 val, in set_tcb_field()
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()
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 in cxgb4_get_free_ftid()
56 set_tcb_field(struct adapter *adap, struct filter_entry *f, unsigned int ftid, u16 word, u64 mask, u64 val, int no_reply) set_tcb_field() argument
82 set_tcb_tflag(struct adapter *adap, struct filter_entry *f, unsigned int ftid, unsigned int bit_pos, unsigned int val, int no_reply) set_tcb_tflag() argument
1528 __cxgb4_set_filter(struct net_device *dev, int ftid, struct ch_filter_specification *fs, struct filter_ctx *ctx) __cxgb4_set_filter() argument
1998 unsigned int ftid = TID_TID_G(AOPEN_ATID_G(ntohl(rpl->atid_status))); hash_filter_rpl() local
[all...]
H A Dcxgb4_ethtool.c1624 u32 ftid) in cxgb4_get_filter_entry()
1628 if (ftid >= t->hpftid_base && ftid < t->hpftid_base + t->nhpftids) in cxgb4_get_filter_entry()
1629 return &t->hpftid_tab[ftid - t->hpftid_base]; in cxgb4_get_filter_entry()
1631 if (ftid >= t->ftid_base && ftid < t->ftid_base + t->nftids) in cxgb4_get_filter_entry()
1632 return &t->ftid_tab[ftid - t->ftid_base]; in cxgb4_get_filter_entry()
1634 return lookup_tid(t, ftid); in cxgb4_get_filter_entry()
1703 int ftid; in cxgb4_ntuple_get_filter() local
1718 ftid in cxgb4_ntuple_get_filter()
1623 cxgb4_get_filter_entry(struct adapter *adap, u32 ftid) cxgb4_get_filter_entry() argument
[all...]
H A Dcxgb4.h1963 void t4_mk_filtdelwr(unsigned int ftid, struct fw_filter_wr *wr, int qid);
H A Dt4_hw.c6512 * @ftid: the filter ID
6519 void t4_mk_filtdelwr(unsigned int ftid, struct fw_filter_wr *wr, int qid) in t4_mk_filtdelwr() argument
6524 wr->tid_to_iq = cpu_to_be32(FW_FILTER_WR_TID_V(ftid) | in t4_mk_filtdelwr()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c57 unsigned int ftid, u16 word, u64 mask, u64 val, in set_tcb_field()
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()
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 in cxgb4_get_free_ftid()
56 set_tcb_field(struct adapter *adap, struct filter_entry *f, unsigned int ftid, u16 word, u64 mask, u64 val, int no_reply) set_tcb_field() argument
82 set_tcb_tflag(struct adapter *adap, struct filter_entry *f, unsigned int ftid, unsigned int bit_pos, unsigned int val, int no_reply) set_tcb_tflag() argument
1528 __cxgb4_set_filter(struct net_device *dev, int ftid, struct ch_filter_specification *fs, struct filter_ctx *ctx) __cxgb4_set_filter() argument
1998 unsigned int ftid = TID_TID_G(AOPEN_ATID_G(ntohl(rpl->atid_status))); hash_filter_rpl() local
[all...]
H A Dcxgb4_ethtool.c1632 u32 ftid) in cxgb4_get_filter_entry()
1636 if (ftid >= t->hpftid_base && ftid < t->hpftid_base + t->nhpftids) in cxgb4_get_filter_entry()
1637 return &t->hpftid_tab[ftid - t->hpftid_base]; in cxgb4_get_filter_entry()
1639 if (ftid >= t->ftid_base && ftid < t->ftid_base + t->nftids) in cxgb4_get_filter_entry()
1640 return &t->ftid_tab[ftid - t->ftid_base]; in cxgb4_get_filter_entry()
1642 return lookup_tid(t, ftid); in cxgb4_get_filter_entry()
1711 int ftid; in cxgb4_ntuple_get_filter() local
1726 ftid in cxgb4_ntuple_get_filter()
1631 cxgb4_get_filter_entry(struct adapter *adap, u32 ftid) cxgb4_get_filter_entry() argument
[all...]
H A Dcxgb4.h1959 void t4_mk_filtdelwr(unsigned int ftid, struct fw_filter_wr *wr, int qid);
H A Dt4_hw.c6482 * @ftid: the filter ID
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()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls.h390 __be32 ftid; member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls.h393 __be32 ftid; member

Completed in 44 milliseconds