Searched refs:do_l2t_write_rpl (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | l2t.h | 124 void do_l2t_write_rpl(struct adapter *p, const struct cpl_l2t_write_rpl *rpl);
|
H A D | l2t.c | 186 void do_l2t_write_rpl(struct adapter *adap, const struct cpl_l2t_write_rpl *rpl) in do_l2t_write_rpl() function
|
H A D | cxgb4_main.c | 634 do_l2t_write_rpl(q->adap, p); in fwevtq_handler()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | l2t.h | 124 void do_l2t_write_rpl(struct adapter *p, const struct cpl_l2t_write_rpl *rpl);
|
H A D | l2t.c | 186 void do_l2t_write_rpl(struct adapter *adap, const struct cpl_l2t_write_rpl *rpl) in do_l2t_write_rpl() function
|
H A D | cxgb4_main.c | 633 do_l2t_write_rpl(q->adap, p); in fwevtq_handler()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_offload.c | 717 static int do_l2t_write_rpl(struct t3cdev *dev, struct sk_buff *skb) in do_l2t_write_rpl() function 1377 t3_register_cpl_handler(CPL_L2T_WRITE_RPL, do_l2t_write_rpl); in cxgb3_offload_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_offload.c | 717 static int do_l2t_write_rpl(struct t3cdev *dev, struct sk_buff *skb) in do_l2t_write_rpl() function 1377 t3_register_cpl_handler(CPL_L2T_WRITE_RPL, do_l2t_write_rpl); in cxgb3_offload_init()
|
Completed in 24 milliseconds