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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ehea/
H A Dehea_main.c800 struct ehea_swqe *swqe; local
807 swqe = ehea_get_swqe(pr->qp, &swqe_index);
808 memset(swqe, 0, SWQE_HEADER_SIZE);
811 swqe->tx_control |= EHEA_SWQE_PURGE;
812 swqe->wr_id = SWQE_RESTART_CHECK;
813 swqe->tx_control |= EHEA_SWQE_SIGNALLED_COMPLETION;
814 swqe->tx_control |= EHEA_SWQE_IMM_DATA_PRESENT;
815 swqe->immediate_data_length = 80;
817 ehea_post_swqe(pr->qp, swqe);
1672 * The write_* functions store information in swqe whic
1676 write_ip_start_end(struct ehea_swqe *swqe, const struct sk_buff *skb) argument
1683 write_tcp_offset_end(struct ehea_swqe *swqe, const struct sk_buff *skb) argument
1692 write_udp_offset_end(struct ehea_swqe *swqe, const struct sk_buff *skb) argument
1702 write_swqe2_TSO(struct sk_buff *skb, struct ehea_swqe *swqe, u32 lkey) argument
1737 write_swqe2_nonTSO(struct sk_buff *skb, struct ehea_swqe *swqe, u32 lkey) argument
1769 write_swqe2_data(struct sk_buff *skb, struct net_device *dev, struct ehea_swqe *swqe, u32 lkey) argument
2102 ehea_xmit2(struct sk_buff *skb, struct net_device *dev, struct ehea_swqe *swqe, u32 lkey) argument
2141 ehea_xmit3(struct sk_buff *skb, struct net_device *dev, struct ehea_swqe *swqe) argument
2230 struct ehea_swqe *swqe; local
2719 struct ehea_swqe *swqe; local
[all...]
H A Dehea_qmr.h82 /* tx control flags for swqe */
332 static inline void ehea_post_swqe(struct ehea_qp *my_qp, struct ehea_swqe *swqe) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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)) {
91 length = swqe->length;
95 if (swqe->wr.opcode == IB_WR_SEND_WITH_IMM) {
97 wc.ex.imm_data = swqe->wr.ex.imm_data;
177 ah_attr = &to_iah(swqe->wr.wr.ud.ah)->attr;
183 sge = swqe
[all...]

Completed in 124 milliseconds