Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dsmt.c12 unsigned int smtidx = G_TID_TID(GET_TID(rpl)); in cxgbe_do_smt_write_rpl()
H A Dl2t.c29 unsigned int tid = GET_TID(rpl); in cxgbe_do_l2t_write_rpl()
H A Dcxgbe_filter.c1170 unsigned int tid = GET_TID(rpl); in cxgbe_hash_filter_rpl()
1245 unsigned int tid = GET_TID(rpl); in cxgbe_filter_rpl()
1446 unsigned int tid = GET_TID(rpl); in cxgbe_hash_del_filter_rpl()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_msg.h67 #define GET_TID(cmd) (G_TID(be32_to_cpu(OPCODE_TID(cmd)))) macro