Searched refs:mlx5_cqe64 (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_rx.c | 97 static void mlx5e_lro_update_hdr(struct sk_buff *skb, struct mlx5_cqe64 *cqe) in mlx5e_lro_update_hdr() 144 static inline void mlx5e_skb_set_hash(struct mlx5_cqe64 *cqe, in mlx5e_skb_set_hash() 162 struct mlx5_cqe64 *cqe, in mlx5e_handle_csum() 186 static inline void mlx5e_build_rx_skb(struct mlx5_cqe64 *cqe, in mlx5e_build_rx_skb() 229 struct mlx5_cqe64 *cqe; in mlx5e_poll_rx_cq()
|
D | en_txrx.c | 35 struct mlx5_cqe64 *mlx5e_get_cqe(struct mlx5e_cq *cq) in mlx5e_get_cqe() 39 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(wq, ci); in mlx5e_get_cqe()
|
D | en.h | 569 struct mlx5_cqe64 *mlx5e_get_cqe(struct mlx5e_cq *cq);
|
D | en_tx.c | 342 struct mlx5_cqe64 *cqe; in mlx5e_poll_tx_cq()
|
D | en_main.c | 778 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(&cq->wq, i); in mlx5e_create_cq()
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | cq.c | 86 struct mlx5_cqe64 *cqe64; in get_sw_cqe() 121 static void handle_good_req(struct ib_wc *wc, struct mlx5_cqe64 *cqe, in handle_good_req() 171 static void handle_responder(struct ib_wc *wc, struct mlx5_cqe64 *cqe, in handle_responder() 331 static void handle_atomic(struct mlx5_ib_qp *qp, struct mlx5_cqe64 *cqe64, in handle_atomic() 356 static void handle_atomics(struct mlx5_ib_qp *qp, struct mlx5_cqe64 *cqe64, in handle_atomics() 416 struct mlx5_cqe64 *cqe64; in mlx5_poll_one() 689 struct mlx5_cqe64 *cqe64; in init_cq_buf() 863 static int is_equal_rsn(struct mlx5_cqe64 *cqe64, u32 rsn) in is_equal_rsn() 870 struct mlx5_cqe64 *cqe64, *dest64; in __mlx5_ib_cq_clean() 1027 struct mlx5_cqe64 *scqe64; in copy_resize_cqes() [all …]
|
/linux-4.4.14/include/linux/mlx5/ |
D | device.h | 587 struct mlx5_cqe64 { struct 614 static inline int get_cqe_lro_tcppsh(struct mlx5_cqe64 *cqe) in get_cqe_lro_tcppsh() argument 619 static inline u8 get_cqe_l4_hdr_type(struct mlx5_cqe64 *cqe) in get_cqe_l4_hdr_type() 624 static inline int cqe_has_vlan(struct mlx5_cqe64 *cqe) in cqe_has_vlan() 679 struct mlx5_cqe64 cqe64;
|