Searched refs:sqp (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c298 static void store_attrs(struct mthca_sqp *sqp, const struct ib_qp_attr *attr, argument
302 sqp->pkey_index = attr->pkey_index;
304 sqp->qkey = attr->qkey;
306 sqp->send_psn = attr->sq_psn;
1362 struct mthca_sqp *sqp)
1367 sqp->qp.transport = MLX;
1368 err = mthca_set_qp_size(dev, cap, pd, &sqp->qp);
1372 sqp->header_buf_size = sqp->qp.sq.max * MTHCA_UD_HEADER_SIZE;
1373 sqp
1354 mthca_alloc_sqp(struct mthca_dev *dev, struct mthca_pd *pd, struct mthca_cq *send_cq, struct mthca_cq *recv_cq, enum ib_sig_type send_policy, struct ib_qp_cap *cap, int qpn, int port, struct mthca_sqp *sqp) argument
1490 build_mlx_header(struct mthca_dev *dev, struct mthca_sqp *sqp, int ind, struct ib_send_wr *wr, struct mthca_mlx_seg *mlx, struct mthca_data_seg *data) argument
[all...]
H A Dmthca_dev.h559 struct mthca_sqp *sqp);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c822 struct mlx4_ib_sqp *sqp; local
878 sqp = kzalloc(sizeof *sqp, GFP_KERNEL);
879 if (!sqp)
882 qp = &sqp->qp;
891 kfree(sqp);
972 static void store_sqp_attrs(struct mlx4_ib_sqp *sqp, const struct ib_qp_attr *attr, argument
976 sqp->pkey_index = attr->pkey_index;
978 sqp->qkey = attr->qkey;
980 sqp
1456 build_raw_ety_header(struct mlx4_ib_sqp *sqp, struct ib_send_wr *wr, void *wqe, unsigned *mlx_seg_len) argument
1499 build_mlx_header(struct mlx4_ib_sqp *sqp, struct ib_send_wr *wr, void *wqe, unsigned *mlx_seg_len) argument
[all...]
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_qp.c364 struct t3_swsq *sqp; local
394 sqp = qhp->wq.sq +
413 sqp->read_len = wqe->read.local_len;
415 qhp->wq.oldest_read = sqp;
426 sqp->wr_id = wr->wr_id;
427 sqp->opcode = wr2opcode(t3_wr_opcode);
428 sqp->sq_wptr = qhp->wq.sq_wptr;
429 sqp->complete = 0;
430 sqp->signaled = (wr->send_flags & IB_SEND_SIGNALED);
438 sqp
528 struct t3_swsq *sqp; local
[all...]
H A Diw_cxgb_hal.c422 struct t3_swsq *sqp)
430 V_CQE_OPCODE(sqp->opcode) |
436 cqe.u.scqe.wrid_hi = sqp->sq_wptr;
447 struct t3_swsq *sqp = wq->sq + Q_PTR2IDX(wq->sq_rptr, wq->sq_size_log2); local
450 sqp = wq->sq + Q_PTR2IDX(ptr, wq->sq_size_log2);
452 insert_sq_cqe(wq, cq, sqp);
454 sqp = wq->sq + Q_PTR2IDX(ptr, wq->sq_size_log2);
1079 struct t3_swsq *sqp; local
1083 sqp = wq->sq + Q_PTR2IDX(ptr, wq->sq_size_log2);
1085 if (!sqp
421 insert_sq_cqe(struct t3_wq *wq, struct t3_cq *cq, struct t3_swsq *sqp) argument
1274 struct t3_swsq *sqp; local
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c791 sigqueue_t *sqp = kmem_zalloc(sizeof (sigqueue_t), KM_SLEEP); local
793 sqp->sq_info.si_signo = SIGSEGV;
794 sqp->sq_info.si_code = SEGV_MAPERR;
795 sqp->sq_info.si_addr = (caddr_t)addr;
798 sigaddqa(p, t, sqp);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c267 sigqueue_t *sqp = kmem_zalloc(sizeof (sigqueue_t), KM_SLEEP); local
269 sqp->sq_info.si_signo = SIGTRAP;
270 sqp->sq_info.si_code = TRAP_DTRACE;
271 sqp->sq_info.si_addr = (caddr_t)pc;
274 sigaddqa(p, t, sqp);

Completed in 105 milliseconds