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

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c57 unsigned int ftid, u16 word, u64 mask, u64 val,
68 INIT_TP_WR_CPL(req, CPL_SET_TCB_FIELD, ftid);
72 req->word_cookie = htons(TCB_WORD_V(word) | TCB_COOKIE_V(ftid));
83 unsigned int ftid, unsigned int bit_pos,
86 return set_tcb_field(adap, f, ftid, TCB_T_FLAGS_W, 1ULL << bit_pos,
556 int ftid = 0; local
600 ftid = (tc_prio <= t->nhpftids) ? 0 : t->nhpftids;
602 while (ftid < max_ftid) {
603 if (ftid < t->nhpftids) {
614 (ftid
56 set_tcb_field(struct adapter *adap, struct filter_entry *f, unsigned int ftid, u16 word, u64 mask, u64 val, int no_reply) 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) argument
1528 __cxgb4_set_filter(struct net_device *dev, int ftid, struct ch_filter_specification *fs, struct filter_ctx *ctx) argument
1998 unsigned int ftid = TID_TID_G(AOPEN_ATID_G(ntohl(rpl->atid_status))); local
[all...]
H A Dcxgb4_ethtool.c1634 u32 ftid)
1638 if (ftid >= t->hpftid_base && ftid < t->hpftid_base + t->nhpftids)
1639 return &t->hpftid_tab[ftid - t->hpftid_base];
1641 if (ftid >= t->ftid_base && ftid < t->ftid_base + t->nftids)
1642 return &t->ftid_tab[ftid - t->ftid_base];
1644 return lookup_tid(t, ftid);
1713 int ftid; local
1728 ftid
1633 cxgb4_get_filter_entry(struct adapter *adap, u32 ftid) 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) argument
6494 wr->tid_to_iq = cpu_to_be32(FW_FILTER_WR_TID_V(ftid) |
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls.h392 __be32 ftid; member in struct:tls_key_wr

Completed in 219 milliseconds