Home
last modified time | relevance | path

Searched refs:ftid (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_filter.c57 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()
442 int ftid; in cxgb4_get_free_ftid() local
446 ftid = find_first_zero_bit(t->ftid_bmap, t->nftids); in cxgb4_get_free_ftid()
447 if (ftid >= t->nftids) in cxgb4_get_free_ftid()
448 ftid = -1; in cxgb4_get_free_ftid()
451 ftid = bitmap_find_free_region(t->ftid_bmap, in cxgb4_get_free_ftid()
[all …]
Dcxgb4.h1702 void t4_mk_filtdelwr(unsigned int ftid, struct fw_filter_wr *wr, int qid);
Dt4_hw.c6393 void t4_mk_filtdelwr(unsigned int ftid, struct fw_filter_wr *wr, int qid) in t4_mk_filtdelwr() argument
6398 wr->tid_to_iq = cpu_to_be32(FW_FILTER_WR_TID_V(ftid) | in t4_mk_filtdelwr()
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls.h294 __be32 ftid; member