Searched defs:swqe (Results 1 - 4 of 4) sorted by relevance

/drivers/infiniband/hw/ipath/
H A Dipath_ud.c43 * @swqe: the send work request
50 static void ipath_ud_loopback(struct ipath_qp *sqp, struct ipath_swqe *swqe) argument
68 qp = ipath_lookup_qpn(&dev->qp_table, swqe->wr.wr.ud.remote_qpn);
80 ((int) swqe->wr.wr.ud.remote_qkey < 0 ?
81 sqp->qkey : swqe->wr.wr.ud.remote_qkey) != qp->qkey)) {
92 length = swqe->length;
96 if (swqe->wr.opcode == IB_WR_SEND_WITH_IMM) {
98 wc.ex.imm_data = swqe->wr.ex.imm_data;
178 ah_attr = &to_iah(swqe->wr.wr.ud.ah)->attr;
184 sge = swqe
[all...]
/drivers/infiniband/hw/qib/
H A Dqib_ud.c42 * @swqe: the send work request
49 static void qib_ud_loopback(struct qib_qp *sqp, struct qib_swqe *swqe) argument
61 qp = qib_lookup_qpn(ibp, swqe->wr.wr.ud.remote_qpn);
72 ah_attr = &to_iah(swqe->wr.wr.ud.ah)->attr;
102 qkey = (int)swqe->wr.wr.ud.remote_qkey < 0 ?
103 sqp->qkey : swqe->wr.wr.ud.remote_qkey;
122 length = swqe->length;
126 if (swqe->wr.opcode == IB_WR_SEND_WITH_IMM) {
128 wc.ex.imm_data = swqe->wr.ex.imm_data;
165 ssge.sg_list = swqe
[all...]
/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.h83 /* tx control flags for swqe */
333 static inline void ehea_post_swqe(struct ehea_qp *my_qp, struct ehea_swqe *swqe) argument
H A Dehea_main.c768 struct ehea_swqe *swqe; local
776 swqe = ehea_get_swqe(pr->qp, &swqe_index);
777 memset(swqe, 0, SWQE_HEADER_SIZE);
780 swqe->tx_control |= EHEA_SWQE_PURGE;
781 swqe->wr_id = SWQE_RESTART_CHECK;
782 swqe->tx_control |= EHEA_SWQE_SIGNALLED_COMPLETION;
783 swqe->tx_control |= EHEA_SWQE_IMM_DATA_PRESENT;
784 swqe->immediate_data_length = 80;
786 ehea_post_swqe(pr->qp, swqe);
1621 static void write_swqe2_immediate(struct sk_buff *skb, struct ehea_swqe *swqe, argument
1658 write_swqe2_data(struct sk_buff *skb, struct net_device *dev, struct ehea_swqe *swqe, u32 lkey) argument
1985 xmit_common(struct sk_buff *skb, struct ehea_swqe *swqe) argument
2017 ehea_xmit2(struct sk_buff *skb, struct net_device *dev, struct ehea_swqe *swqe, u32 lkey) argument
2027 ehea_xmit3(struct sk_buff *skb, struct net_device *dev, struct ehea_swqe *swqe) argument
2046 struct ehea_swqe *swqe; local
2504 struct ehea_swqe *swqe; local
[all...]

Completed in 57 milliseconds