Searched refs:ftid (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_filter.c | 171 static void set_tcb_field(struct adapter *adapter, unsigned int ftid, in set_tcb_field() argument 187 INIT_TP_WR_MIT_CPL(req, CPL_SET_TCB_FIELD, ftid); in set_tcb_field() 191 req->word_cookie = cpu_to_be16(V_WORD(word) | V_COOKIE(ftid)); in set_tcb_field() 201 static void set_tcb_tflag(struct adapter *adap, unsigned int ftid, in set_tcb_tflag() argument 204 set_tcb_field(adap, ftid, W_TCB_T_FLAGS, 1ULL << bit_pos, in set_tcb_tflag() 737 wr->tid_to_iq = cpu_to_be32(V_FW_FILTER_WR_TID(ftid) | in t4_mk_filtdelwr() 1171 unsigned int ftid = G_TID_TID(G_AOPEN_ATID in cxgbe_hash_filter_rpl() local 1175 f = lookup_atid(t, ftid); in cxgbe_hash_filter_rpl() 1178 __func__, ftid); in cxgbe_hash_filter_rpl() 1192 cxgbe_free_atid(t, ftid); in cxgbe_hash_filter_rpl() [all …]
|