Home
last modified time | relevance | path

Searched refs:mlx5_cqe64 (Results 1 – 25 of 25) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dmacsec.h48 static inline bool mlx5e_macsec_is_rx_flow(struct mlx5_cqe64 *cqe) in mlx5e_macsec_is_rx_flow()
54 struct mlx5_cqe64 *cqe);
65 static inline bool mlx5e_macsec_is_rx_flow(struct mlx5_cqe64 *cqe) { return false; } in mlx5e_macsec_is_rx_flow()
68 struct mlx5_cqe64 *cqe) in mlx5e_macsec_offload_handle_rx_skb()
Dipsec_rxtx.h69 struct mlx5_cqe64 *cqe);
75 static inline bool mlx5_ipsec_is_rx_flow(struct mlx5_cqe64 *cqe) in mlx5_ipsec_is_rx_flow()
148 struct mlx5_cqe64 *cqe) in mlx5e_ipsec_offload_handle_rx_skb()
156 static inline bool mlx5_ipsec_is_rx_flow(struct mlx5_cqe64 *cqe) { return false; } in mlx5_ipsec_is_rx_flow()
Dktls_txrx.h23 struct mlx5_cqe64 *cqe, u32 *cqe_bcnt);
92 struct mlx5_cqe64 *cqe, in mlx5e_ktls_handle_rx_skb()
Dipsec_rxtx.c312 struct mlx5_cqe64 *cqe) in mlx5e_ipsec_offload_handle_rx_skb()
Dktls_rx.c564 struct mlx5_cqe64 *cqe, u32 *cqe_bcnt) in mlx5e_ktls_handle_rx_skb()
Dmacsec.c1733 struct mlx5_cqe64 *cqe) in mlx5e_macsec_offload_handle_rx_skb()
/linux-6.1.9/include/linux/mlx5/
Ddevice.h789 struct mlx5_cqe64 { struct
875 static inline u8 mlx5_get_cqe_format(struct mlx5_cqe64 *cqe) in mlx5_get_cqe_format()
880 static inline u8 get_cqe_opcode(struct mlx5_cqe64 *cqe) in get_cqe_opcode()
885 static inline u8 get_cqe_lro_tcppsh(struct mlx5_cqe64 *cqe) in get_cqe_lro_tcppsh()
890 static inline u8 get_cqe_l4_hdr_type(struct mlx5_cqe64 *cqe) in get_cqe_l4_hdr_type()
895 static inline bool cqe_is_tunneled(struct mlx5_cqe64 *cqe) in cqe_is_tunneled()
900 static inline u8 get_cqe_tls_offload(struct mlx5_cqe64 *cqe) in get_cqe_tls_offload()
905 static inline bool cqe_has_vlan(struct mlx5_cqe64 *cqe) in cqe_has_vlan()
910 static inline u64 get_cqe_ts(struct mlx5_cqe64 *cqe) in get_cqe_ts()
920 static inline u16 get_cqe_flow_tag(struct mlx5_cqe64 *cqe) in get_cqe_flow_tag()
[all …]
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dwq.h200 static inline struct mlx5_cqe64 *mlx5_cqwq_get_wqe(struct mlx5_cqwq *wq, u32 ix) in mlx5_cqwq_get_wqe()
202 struct mlx5_cqe64 *cqe = mlx5_frag_buf_get_wqe(&wq->fbc, ix); in mlx5_cqwq_get_wqe()
230 static inline struct mlx5_cqe64 *mlx5_cqwq_get_cqe(struct mlx5_cqwq *wq) in mlx5_cqwq_get_cqe()
233 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(wq, ci); in mlx5_cqwq_get_cqe()
Den_rx.c69 static void mlx5e_handle_rx_cqe(struct mlx5e_rq *rq, struct mlx5_cqe64 *cqe);
70 static void mlx5e_handle_rx_cqe_mpwrq(struct mlx5e_rq *rq, struct mlx5_cqe64 *cqe);
71 static void mlx5e_handle_rx_cqe_mpwrq_shampo(struct mlx5e_rq *rq, struct mlx5_cqe64 *cqe);
89 memcpy(data, mlx5_cqwq_get_wqe(wq, ci), sizeof(struct mlx5_cqe64)); in mlx5e_read_cqe_slot()
97 struct mlx5_cqe64 *title = &cqd->title; in mlx5e_read_title_slot()
122 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(wq, ci); in mlx5e_cqes_update_owner()
130 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(wq, ci); in mlx5e_cqes_update_owner()
143 struct mlx5_cqe64 *title = &cqd->title; in mlx5e_decompress_cqe()
860 struct mlx5_cqe64 *cqe; in mlx5e_poll_ico_cq()
1002 static void mlx5e_lro_update_tcp_hdr(struct mlx5_cqe64 *cqe, struct tcphdr *tcp) in mlx5e_lro_update_tcp_hdr()
[all …]
Den_tc.h362 static inline bool mlx5e_cqe_regb_chain(struct mlx5_cqe64 *cqe) in mlx5e_cqe_regb_chain()
380 bool mlx5e_tc_update_skb(struct mlx5_cqe64 *cqe, struct sk_buff *skb);
384 static inline bool mlx5e_cqe_regb_chain(struct mlx5_cqe64 *cqe) in mlx5e_cqe_regb_chain()
387 mlx5e_tc_update_skb(struct mlx5_cqe64 *cqe, struct sk_buff *skb) in mlx5e_tc_update_skb()
Den_tx.c751 struct mlx5_cqe64 *cqe, int napi_budget) in mlx5e_consume_skb()
769 struct mlx5_cqe64 *cqe, int napi_budget) in mlx5e_tx_wi_consume_fifo_skbs()
784 struct mlx5_cqe64 *cqe; in mlx5e_poll_tx_cq()
Den.h368 struct mlx5_cqe64 title;
624 typedef void (*mlx5e_fp_handle_rx_cqe)(struct mlx5e_rq*, struct mlx5_cqe64*);
Den_tc.c5248 bool mlx5e_tc_update_skb(struct mlx5_cqe64 *cqe, in mlx5e_tc_update_skb()
Den_main.c1896 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(&cq->wq, i); in mlx5e_alloc_cq_common()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dtc.h39 void mlx5e_rep_tc_receive(struct mlx5_cqe64 *cqe, struct mlx5e_rq *rq,
68 mlx5e_rep_tc_receive(struct mlx5_cqe64 *cqe, struct mlx5e_rq *rq, in mlx5e_rep_tc_receive()
Dtc.c841 void mlx5e_rep_tc_receive(struct mlx5_cqe64 *cqe, struct mlx5e_rq *rq, in mlx5e_rep_tc_receive()
/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dcq.c82 struct mlx5_cqe64 *cqe64; in get_sw_cqe()
117 static void handle_good_req(struct ib_wc *wc, struct mlx5_cqe64 *cqe, in handle_good_req()
166 static void handle_responder(struct ib_wc *wc, struct mlx5_cqe64 *cqe, in handle_responder()
338 static void handle_atomics(struct mlx5_ib_qp *qp, struct mlx5_cqe64 *cqe64, in handle_atomics()
450 struct mlx5_cqe64 *cqe64; in mlx5_poll_one()
867 struct mlx5_cqe64 *cqe64; in init_cq_frag_buf()
1063 static int is_equal_rsn(struct mlx5_cqe64 *cqe64, u32 rsn) in is_equal_rsn()
1070 struct mlx5_cqe64 *cqe64, *dest64; in __mlx5_ib_cq_clean()
1207 struct mlx5_cqe64 *scqe64; in copy_resize_cqes()
1208 struct mlx5_cqe64 *dcqe64; in copy_resize_cqes()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/lib/
Daso.c65 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(&cq->wq, i); in mlx5_aso_alloc_cq()
394 struct mlx5_cqe64 *cqe; in mlx5_aso_poll_cq()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtxrx.h180 static inline u16 mlx5e_shampo_get_cqe_header_index(struct mlx5e_rq *rq, struct mlx5_cqe64 *cqe) in mlx5e_shampo_get_cqe_header_index()
347 get_cqe_opcode((struct mlx5_cqe64 *)err_cqe), in mlx5e_dump_error_cqe()
Dptp.c106 struct mlx5_cqe64 *cqe, in mlx5e_ptp_handle_ts_cqe()
138 struct mlx5_cqe64 *cqe; in mlx5e_ptp_poll_ts_cq()
Dxdp.c514 struct mlx5_cqe64 *cqe; in mlx5e_poll_xdpsq_cq()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c251 struct mlx5_cqe64 *cqe, u8 status) in mlx5_fpga_conn_rq_cqe()
291 struct mlx5_cqe64 *cqe, u8 status) in mlx5_fpga_conn_sq_cqe()
333 struct mlx5_cqe64 *cqe) in mlx5_fpga_conn_handle_cqe()
368 struct mlx5_cqe64 *cqe; in mlx5_fpga_conn_cqes()
418 struct mlx5_cqe64 *cqe; in mlx5_fpga_conn_create_cq()
/linux-6.1.9/drivers/vfio/pci/mlx5/
Dcmd.c615 struct mlx5_cqe64 *cqe64; in init_cq_frag_buf()
1237 mlx5vf_rq_cqe(struct mlx5_vhca_qp *qp, struct mlx5_cqe64 *cqe, in mlx5vf_rq_cqe()
1262 static struct mlx5_cqe64 *get_sw_cqe(struct mlx5_vhca_cq *cq, int n) in get_sw_cqe()
1265 struct mlx5_cqe64 *cqe64; in get_sw_cqe()
1281 struct mlx5_cqe64 *cqe; in mlx5vf_cq_poll_one()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c52 static int dr_parse_cqe(struct mlx5dr_cq *dr_cq, struct mlx5_cqe64 *cqe64) in dr_parse_cqe()
77 struct mlx5_cqe64 *cqe64; in dr_cq_poll_one()
764 struct mlx5_cqe64 *cqe; in dr_create_cq()
/linux-6.1.9/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c368 struct mlx5_cqe64 *cqe64; in cq_frag_buf_init()
381 struct mlx5_cqe64 *cqe64 = get_cqe(cq, n & (cq->cqe - 1)); in get_sw_cqe()
524 struct mlx5_cqe64 *cqe64; in mlx5_vdpa_poll_one()