Searched defs:wqe (Results 1 - 23 of 23) sorted by relevance

/freebsd-10-stable/contrib/ofed/libmthca/src/
H A Dsrq.c60 static inline int *wqe_to_link(void *wqe) argument
92 void *wqe; local
192 void *wqe; local
257 void *wqe; local
[all...]
H A Dqp.c105 void *wqe, *prev_wqe; local
345 void *wqe; local
447 void *wqe, *prev_wqe; local
715 void *wqe; local
[all...]
H A Dcq.c105 uint32_t wqe; member in struct:mthca_cqe
119 uint32_t wqe; member in struct:mthca_err_cqe
299 uint32_t wqe; local
351 int32_t wqe; local
[all...]
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-raid.h105 uint64_t wqe : 1; /**< Indicates whether RAD submits a work queue entry or writes an L2/DRAM byte to member in struct:__anon7419::__anon7420
/freebsd-10-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_dbg.c176 void cxio_dump_wqe(union t3_wr *wqe) argument
H A Diw_cxgb_qp.c92 static int build_rdma_send(union t3_wr *wqe, struct ib_send_wr *wr, argument
139 build_rdma_write(union t3_wr *wqe, struct ib_send_wr *wr, u8 *flit_cnt) argument
181 build_rdma_read(union t3_wr *wqe, struct ib_send_wr *wr, u8 *flit_cnt) argument
246 build_rdma_recv(struct iwch_qp *qhp, union t3_wr *wqe, struct ib_recv_wr *wr) argument
290 build_zero_stag_recv(struct iwch_qp *qhp, union t3_wr *wqe, struct ib_recv_wr *wr) argument
362 union t3_wr *wqe; local
458 union t3_wr *wqe; local
520 union t3_wr *wqe; local
730 union t3_wr *wqe; local
830 union t3_wr *wqe = qhp->wq.queue; local
[all...]
H A Diw_cxgb_hal.c179 struct t3_modify_qp_wr *wqe; local
550 struct t3_modify_qp_wr *wqe; local
638 __be64 *wqe; local
872 struct t3_rdma_init_wr *wqe; local
[all...]
H A Diw_cxgb_wr.h367 static inline enum t3_wr_opcode fw_riwrh_opcode(struct fw_riwrh *wqe) argument
372 static inline void build_fw_riwrh(struct fw_riwrh *wqe, enum t3_wr_opcode op, argument
/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c123 struct mlx5e_rx_wqe *wqe = mlx5_wq_ll_get_wqe(&rq->wq, rq->wq.head); local
32 mlx5e_alloc_rx_wqe(struct mlx5e_rq *rq, struct mlx5e_rx_wqe *wqe, u16 ix) argument
394 struct mlx5e_rx_wqe *wqe; local
[all...]
H A Dmlx5_en_tx.c47 struct mlx5e_tx_wqe *wqe = mlx5_wq_cyc_get_wqe(&sq->wq, pi); local
261 struct mlx5e_tx_wqe *wqe; local
[all...]
H A Dmlx5_en_main.c695 struct mlx5e_rx_wqe *wqe = mlx5_wq_ll_get_wqe(&rq->wq, i); local
H A Den.h809 mlx5e_tx_notify_hw(struct mlx5e_sq *sq, u32 *wqe, int bf_sz) argument
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
H A Dqp.c48 static void copy_wr_to_sq(struct t4_wq *wq, union t4_wr *wqe, u8 len16) argument
74 static void copy_wr_to_rq(struct t4_wq *wq, union t4_recv_wr *wqe, u8 len16) argument
151 static int build_rdma_send(struct t4_sq *sq, union t4_wr *wqe, argument
200 build_rdma_write(struct t4_sq *sq, union t4_wr *wqe, struct ibv_send_wr *wr, u8 *len16) argument
241 build_rdma_read(union t4_wr *wqe, struct ibv_send_wr *wr, u8 *len16) argument
268 build_rdma_recv(struct c4iw_qp *qhp, union t4_recv_wr *wqe, struct ibv_recv_wr *wr, u8 *len16) argument
322 union t4_wr *wqe, lwqe; local
419 union t4_recv_wr *wqe, lwqe; local
[all...]
H A Dt4.h157 static inline void init_wr_hdr(union t4_wr *wqe, u16 wrid, argument
469 static void copy_wqe_to_udb(volatile u32 *udb_offset, void *wqe) argument
487 t4_ring_sq_db(struct t4_wq *wq, u16 inc, u8 t4, u8 len16, union t4_wr *wqe) argument
520 t4_ring_rq_db(struct t4_wq *wq, u16 inc, u8 t4, u8 len16, union t4_recv_wr *wqe) argument
[all...]
/freebsd-10-stable/contrib/ofed/libmlx4/src/
H A Dqp.c75 uint32_t *wqe = get_send_wqe(qp, n); local
194 void *wqe; local
[all...]
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c90 static inline int *wqe_to_link(void *wqe) argument
151 void *wqe; local
506 void *wqe; local
605 void *wqe; local
[all...]
H A Dmthca_cq.c125 __be32 wqe; member in struct:mthca_cqe
139 __be32 wqe; member in struct:mthca_err_cqe
544 u32 wqe = be32_to_cpu(cqe->wqe); local
550 s32 wqe; local
[all...]
H A Dmthca_qp.c1621 void *wqe; local
1838 void *wqe; local
1936 void *wqe; local
2180 void *wqe; local
[all...]
/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c356 static int build_rdma_send(struct t4_sq *sq, union t4_wr *wqe, argument
421 build_rdma_write(struct t4_sq *sq, union t4_wr *wqe, struct ib_send_wr *wr, u8 *len16) argument
464 build_rdma_read(union t4_wr *wqe, struct ib_send_wr *wr, u8 *len16) argument
493 build_rdma_recv(struct c4iw_qp *qhp, union t4_recv_wr *wqe, struct ib_recv_wr *wr, u8 *len16) argument
508 build_fastreg(struct t4_sq *sq, union t4_wr *wqe, struct ib_send_wr *wr, u8 *len16) argument
556 build_inv_stag(union t4_wr *wqe, struct ib_send_wr *wr, u8 *len16) argument
646 union t4_wr *wqe; local
760 union t4_recv_wr *wqe; local
963 struct fw_ri_wr *wqe; local
1072 struct fw_ri_wr *wqe; local
1165 struct fw_ri_wr *wqe; local
[all...]
H A Dt4.h130 static inline void init_wr_hdr(union t4_wr *wqe, u16 wrid, argument
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c217 __be32 *wqe; local
249 void *wqe; local
2348 build_sriov_qp0_header(struct mlx4_ib_sqp *sqp, struct ib_send_wr *wr, void *wqe, unsigned *mlx_seg_len) argument
2456 build_mlx_header(struct mlx4_ib_sqp *sqp, struct ib_send_wr *wr, void *wqe, unsigned *mlx_seg_len) argument
2783 build_tunnel_header(struct ib_send_wr *wr, void *wqe, unsigned *mlx_seg_len) argument
2864 build_lso_seg(struct mlx4_wqe_lso_seg *wqe, struct ib_send_wr *wr, struct mlx4_ib_qp *qp, unsigned *lso_seg_len, __be32 *lso_hdr_sz, __be32 *blh) argument
2900 add_zero_len_inline(void *wqe) argument
2907 lay_inline_data(struct mlx4_ib_qp *qp, struct ib_send_wr *wr, void *wqe, int *sz) argument
2993 void *wqe; local
[all...]
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c2271 static u8 calc_sig(void *wqe, int size) argument
2283 static u8 calc_wq_sig(void *wqe) argument
2288 set_data_inl_seg(struct mlx5_ib_qp *qp, struct ib_send_wr *wr, void *wqe, int *sz) argument
[all...]
/freebsd-10-stable/sys/dev/bxe/
H A Decore_hsi.h8566 uint16_t wqe; member in struct:fcoe_sqe
8733 uint16_t wqe; member in struct:fcoe_xfrqe

Completed in 360 milliseconds