| /freebsd-11-stable/contrib/ofed/libcxgb4/ |
| HD | cq.c | 44 struct t4_cqe cqe; in insert_recv_cqe() local 77 struct t4_cqe cqe; in insert_sq_cqe() local 284 static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq) in cqe_completes_wr() 302 struct t4_cqe *cqe; in c4iw_count_rcqes() local 345 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, in poll_cq() 563 struct t4_cqe cqe, *rd_cqe; in c4iw_poll_cq_one() local
|
| HD | verbs.c | 168 struct ibv_cq *c4iw_create_cq(struct ibv_context *context, int cqe, in c4iw_create_cq() 242 int c4iw_resize_cq(struct ibv_cq *ibcq, int cqe) in c4iw_resize_cq()
|
| HD | t4.h | 296 struct t4_cqe cqe; member 649 static inline int t4_valid_cqe(struct t4_cq *cq, struct t4_cqe *cqe) in t4_valid_cqe() 654 static inline int t4_next_hw_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_hw_cqe() 696 static inline int t4_next_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_cqe()
|
| /freebsd-11-stable/contrib/ofed/libmlx4/ |
| HD | cq.c | 104 struct mlx4_cqe *cqe = get_cqe(cq, n & cq->ibv_cq.cqe); in get_sw_cqe() local 116 static enum ibv_wc_status mlx4_handle_error_cqe(struct mlx4_err_cqe *cqe) in mlx4_handle_error_cqe() 158 static inline void handle_good_req(struct ibv_wc *wc, struct mlx4_cqe *cqe) in handle_good_req() 206 struct mlx4_cqe *cqe; in mlx4_get_next_cqe() local 236 struct mlx4_cqe *cqe, in mlx4_parse_cqe() 374 struct mlx4_cqe *cqe) in mlx4_parse_lazy_cqe() 387 struct mlx4_cqe *cqe; in mlx4_poll_one() local 441 struct mlx4_cqe *cqe; in _mlx4_start_poll() local 469 struct mlx4_cqe *cqe; in mlx4_next_poll() local 716 struct mlx4_cqe *cqe, *dest; in __mlx4_cq_clean() local [all …]
|
| /freebsd-11-stable/sys/dev/mlx4/mlx4_ib/ |
| HD | mlx4_ib_cq.c | 81 struct mlx4_cqe *cqe = get_cqe(cq, n & cq->ibcq.cqe); in get_sw_cqe() local 133 static void mlx4_ib_free_cq_buf(struct mlx4_ib_dev *dev, struct mlx4_ib_cq_buf *buf, int cqe) in mlx4_ib_free_cq_buf() 140 u64 buf_addr, int cqe) in mlx4_ib_get_cq_umem() 350 struct mlx4_cqe *cqe, *new_cqe; in mlx4_ib_cq_resize_copy_cqes() local 495 static void dump_cqe(void *cqe) in dump_cqe() 505 static void mlx4_ib_handle_error_cqe(struct mlx4_err_cqe *cqe, in mlx4_ib_handle_error_cqe() 581 unsigned tail, struct mlx4_cqe *cqe, int is_eth) in use_tunnel_data() 659 struct mlx4_cqe *cqe; in mlx4_ib_poll_one() local 922 struct mlx4_cqe *cqe, *dest; in __mlx4_ib_cq_clean() local
|
| /freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/ |
| HD | cq.c | 204 struct t4_cqe cqe; in insert_recv_cqe() local 237 struct t4_cqe cqe; in insert_sq_cqe() local 438 static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq) in cqe_completes_wr() 456 struct t4_cqe *cqe; in c4iw_count_rcqes() local 489 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, in poll_cq() 716 struct t4_cqe cqe = {0, 0}, *rd_cqe; in c4iw_poll_cq_one() local 1036 int c4iw_resize_cq(struct ib_cq *cq, int cqe, struct ib_udata *udata) in c4iw_resize_cq()
|
| HD | t4.h | 291 struct t4_cqe cqe; member 638 static inline int t4_valid_cqe(struct t4_cq *cq, struct t4_cqe *cqe) in t4_valid_cqe() 648 static inline int t4_next_hw_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_hw_cqe() 688 static inline int t4_next_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_cqe()
|
| /freebsd-11-stable/contrib/ofed/libmlx5/ |
| HD | cq.c | 66 static inline uint8_t get_cqe_l3_hdr_type(struct mlx5_cqe64 *cqe) in get_cqe_l3_hdr_type() 83 void *cqe = get_cqe(cq, n & cq->ibv_cq.cqe); in get_sw_cqe() local 106 static inline void handle_good_req(struct ibv_wc *wc, struct mlx5_cqe64 *cqe, struct mlx5_wq *wq, i… in handle_good_req() 143 static inline int handle_responder_lazy(struct mlx5_cq *cq, struct mlx5_cqe64 *cqe, in handle_responder_lazy() 184 static inline int handle_responder(struct ibv_wc *wc, struct mlx5_cqe64 *cqe, in handle_responder() 271 static enum ibv_wc_status mlx5_handle_error_cqe(struct mlx5_err_cqe *cqe) in mlx5_handle_error_cqe() 471 void *cqe; in mlx5_get_next_cqe() local 518 void *cqe, in mlx5_parse_cqe() 703 void *cqe, int cqe_ver) in mlx5_parse_lazy_cqe() 719 void *cqe; in mlx5_poll_one() local [all …]
|
| HD | mlx5dv.h | 312 uint8_t mlx5dv_get_cqe_owner(struct mlx5_cqe64 *cqe) in mlx5dv_get_cqe_owner() 318 void mlx5dv_set_cqe_owner(struct mlx5_cqe64 *cqe, uint8_t val) in mlx5dv_set_cqe_owner() 325 uint8_t mlx5dv_get_cqe_se(struct mlx5_cqe64 *cqe) in mlx5dv_get_cqe_se() 331 uint8_t mlx5dv_get_cqe_format(struct mlx5_cqe64 *cqe) in mlx5dv_get_cqe_format() 337 uint8_t mlx5dv_get_cqe_opcode(struct mlx5_cqe64 *cqe) in mlx5dv_get_cqe_opcode()
|
| /freebsd-11-stable/sys/dev/mlx5/mlx5_en/ |
| HD | mlx5_en_rx.c | 127 mlx5e_lro_update_hdr(struct mbuf *mb, struct mlx5_cqe64 *cqe) in mlx5e_lro_update_hdr() 211 mlx5e_build_rx_mbuf(struct mlx5_cqe64 *cqe, in mlx5e_build_rx_mbuf() 380 struct mlx5_cqe64 *cqe; in mlx5e_poll_rx_cq() local
|
| HD | mlx5_en_txrx.c | 33 struct mlx5_cqe64 *cqe; in mlx5e_get_cqe() local
|
| HD | mlx5_en_tx.c | 508 struct mlx5_cqe64 *cqe; in mlx5e_poll_tx_cq() local
|
| /freebsd-11-stable/sys/dev/mthca/ |
| HD | mthca_cq.c | 174 static inline struct mthca_cqe *cqe_sw(struct mthca_cqe *cqe) in cqe_sw() 184 static inline void set_cqe_hw(struct mthca_cqe *cqe) in set_cqe_hw() 191 __be32 *cqe = cqe_ptr; in dump_cqe() local 269 static inline int is_recv_cqe(struct mthca_cqe *cqe) in is_recv_cqe() 281 struct mthca_cqe *cqe; in mthca_cq_clean() local 371 void mthca_free_cq_buf(struct mthca_dev *dev, struct mthca_cq_buf *buf, int cqe) in mthca_free_cq_buf() 379 struct mthca_err_cqe *cqe, in handle_error_cqe() 490 struct mthca_cqe *cqe; in mthca_poll_one() local
|
| /freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/ |
| HD | iw_cxgb_hal.c | 113 struct t3_cqe *cqe; in cxio_hal_cq_op() local 385 struct t3_cqe cqe; in insert_recv_cqe() local 424 struct t3_cqe cqe; in insert_sq_cqe() local 466 struct t3_cqe *cqe, *swcqe; in cxio_flush_hw_cq() local 482 static int cqe_completes_wr(struct t3_cqe *cqe, struct t3_wq *wq) in cqe_completes_wr() 503 struct t3_cqe *cqe; in cxio_count_scqes() local 521 struct t3_cqe *cqe; in cxio_count_rcqes() local 1154 cxio_poll_cq(struct t3_wq *wq, struct t3_cq *cq, struct t3_cqe *cqe, in cxio_poll_cq()
|
| HD | iw_cxgb_cq.c | 92 struct t3_cqe cqe, *rd_cqe; in iwch_poll_cq_one() local
|
| /freebsd-11-stable/sys/dev/mlx5/mlx5_ib/ |
| HD | mlx5_ib_cq.c | 79 void *cqe = get_cqe(cq, n & cq->ibcq.cqe); in get_sw_cqe() local 115 static void handle_good_req(struct ib_wc *wc, struct mlx5_cqe64 *cqe, in handle_good_req() 162 static void handle_responder(struct ib_wc *wc, struct mlx5_cqe64 *cqe, in handle_responder() 265 static void dump_cqe(struct mlx5_ib_dev *dev, struct mlx5_err_cqe *cqe) in dump_cqe() 278 struct mlx5_err_cqe *cqe, in mlx5_handle_error_cqe() 402 static void get_sig_err_item(struct mlx5_sig_err_cqe *cqe, in get_sig_err_item() 527 void *cqe; in mlx5_poll_one() local 827 void *cqe; in init_cq_buf() local 1039 void *cqe, *dest; in __mlx5_ib_cq_clean() local
|
| /freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/ |
| HD | mlx5fpga_conn.c | 250 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() 385 struct mlx5_cqe64 *cqe; in mlx5_fpga_conn_cqes() local 433 struct mlx5_cqe64 *cqe; in mlx5_fpga_conn_create_cq() local
|
| /freebsd-11-stable/sys/dev/oce/ |
| HD | oce_if.c | 1441 struct oce_nic_tx_cqe *cqe; in oce_wq_handler() local 1632 oce_rx_lro(struct oce_rq *rq, struct nic_hwlro_singleton_cqe *cqe, struct nic_hwlro_cqe_part2 *cqe2) in oce_rx_lro() 1714 oce_rx(struct oce_rq *rq, struct oce_nic_rx_cqe *cqe) in oce_rx() 1842 oce_cqe_vtp_valid(POCE_SOFTC sc, struct oce_nic_rx_cqe *cqe) in oce_cqe_vtp_valid() 1859 oce_cqe_portid_valid(POCE_SOFTC sc, struct oce_nic_rx_cqe *cqe) in oce_cqe_portid_valid() 2032 struct nic_hwlro_singleton_cqe *cqe; in oce_rq_handler_lro() local 2105 struct oce_nic_rx_cqe *cqe; in oce_rq_handler() local 2702 static void oce_process_grp5_events(POCE_SOFTC sc, struct oce_mq_cqe *cqe) in oce_process_grp5_events() 2733 struct oce_mq_cqe *cqe; in oce_mq_handler() local
|
| HD | oce_queue.c | 1091 struct oce_nic_tx_cqe *cqe; in oce_drain_wq_cq() local 1137 struct oce_nic_rx_cqe *cqe; in oce_drain_rq_cq() local 1185 struct nic_hwlro_singleton_cqe *cqe; in oce_rx_cq_clean_hwlro() local 1261 struct oce_nic_rx_cqe *cqe; in oce_rx_cq_clean() local
|
| /freebsd-11-stable/sys/dev/qlnx/qlnxe/ |
| HD | ecore_spq.c | 547 struct eth_slow_path_rx_cqe *cqe, in ecore_cqe_completion() 561 struct eth_slow_path_rx_cqe *cqe) in ecore_eth_cqe_completion()
|
| /freebsd-11-stable/sys/dev/mlx4/mlx4_en/ |
| HD | mlx4_en_rx.c | 604 struct mlx4_cqe *cqe) in invalid_cqe() 741 struct mlx4_cqe *cqe; in mlx4_en_process_rx_cq() local
|
| /freebsd-11-stable/sys/dev/ocs_fc/ |
| HD | ocs_hw_queues.c | 1697 ocs_hw_rqpair_process_rq(ocs_hw_t *hw, hw_cq_t *cq, uint8_t *cqe) in ocs_hw_rqpair_process_rq() 1797 ocs_hw_rqpair_process_auto_xfr_rdy_cmd(ocs_hw_t *hw, hw_cq_t *cq, uint8_t *cqe) in ocs_hw_rqpair_process_auto_xfr_rdy_cmd() 1962 ocs_hw_rqpair_process_auto_xfr_rdy_data(ocs_hw_t *hw, hw_cq_t *cq, uint8_t *cqe) in ocs_hw_rqpair_process_auto_xfr_rdy_data()
|
| /freebsd-11-stable/contrib/ofed/libibverbs/ |
| HD | verbs.c | 454 struct ibv_cq *__ibv_create_cq(struct ibv_context *context, int cqe, void *cq_context, in __ibv_create_cq() 468 int __ibv_resize_cq(struct ibv_cq *cq, int cqe) in __ibv_resize_cq()
|
| /freebsd-11-stable/sys/dev/mlx5/ |
| HD | device.h | 672 static inline bool get_cqe_lro_timestamp_valid(struct mlx5_cqe64 *cqe) in get_cqe_lro_timestamp_valid() 677 static inline bool get_cqe_lro_tcppsh(struct mlx5_cqe64 *cqe) in get_cqe_lro_tcppsh() 682 static inline u8 get_cqe_l4_hdr_type(struct mlx5_cqe64 *cqe) in get_cqe_l4_hdr_type() 687 static inline u16 get_cqe_vlan(struct mlx5_cqe64 *cqe) in get_cqe_vlan() 692 static inline void get_cqe_smac(struct mlx5_cqe64 *cqe, u8 *smac) in get_cqe_smac() 698 static inline bool cqe_has_vlan(struct mlx5_cqe64 *cqe) in cqe_has_vlan() 703 static inline bool cqe_is_tunneled(struct mlx5_cqe64 *cqe) in cqe_is_tunneled() 1222 static inline int mlx5_get_cqe_format(const struct mlx5_cqe64 *cqe) in mlx5_get_cqe_format()
|
| /freebsd-11-stable/sys/ofed/drivers/infiniband/core/ |
| HD | ib_verbs.c | 1396 int ib_resize_cq(struct ib_cq *cq, int cqe) in ib_resize_cq() 1960 struct ib_cqe cqe; member 1966 struct ib_drain_cqe *cqe = container_of(wc->wr_cqe, struct ib_drain_cqe, in ib_drain_qp_done() local
|