Home
last modified time | relevance | path

Searched refs:qp (Results 1 – 14 of 14) sorted by relevance

/net/ipv4/
Dip_fragment.c78 static int ip_frag_reasm(struct ipq *qp, struct sk_buff *skb,
84 struct ipq *qp = container_of(q, struct ipq, q); in ip4_frag_init() local
90 qp->ecn = 0; in ip4_frag_init()
91 qp->peer = q->fqdir->max_dist ? in ip4_frag_init()
98 struct ipq *qp; in ip4_frag_free() local
100 qp = container_of(q, struct ipq, q); in ip4_frag_free()
101 if (qp->peer) in ip4_frag_free()
102 inet_putpeer(qp->peer); in ip4_frag_free()
139 struct ipq *qp; in ip_expire() local
142 qp = container_of(frag, struct ipq, q); in ip_expire()
[all …]
/net/9p/
Dtrans_rdma.c81 struct ib_qp *qp; member
370 if (rdma->qp && !IS_ERR(rdma->qp)) in rdma_destroy_trans()
371 ib_destroy_qp(rdma->qp); in rdma_destroy_trans()
410 ret = ib_post_recv(rdma->qp, &wr, NULL); in post_recv()
519 err = ib_post_send(rdma->qp, &wr, NULL); in rdma_request()
726 rdma->qp = rdma->cm_id->qp; in rdma_create_trans()
/net/rds/
Dib_frmr.c164 ret = ib_post_send(ibmr->ic->i_cm_id->qp, &reg_wr.wr, NULL); in rds_ib_post_reg_frmr()
273 if (!i_cm_id || !i_cm_id->qp || !frmr->mr) in rds_ib_post_inv()
293 ret = ib_post_send(i_cm_id->qp, s_wr, NULL); in rds_ib_post_inv()
Dib_send.c737 ret = ib_post_send(ic->i_cm_id->qp, &first->s_wr, &failed_wr); in rds_ib_xmit()
831 ret = ib_post_send(ic->i_cm_id->qp, &send->s_atomic_wr.wr, &failed_wr); in rds_ib_xmit_atomic()
987 ret = ib_post_send(ic->i_cm_id->qp, &first->s_rdma_wr.wr, &failed_wr); in rds_ib_xmit_rdma()
Dib_recv.c419 ret = ib_post_recv(ic->i_cm_id->qp, &recv->r_wr, NULL); in rds_ib_recv_refill()
678 ret = ib_post_send(ic->i_cm_id->qp, &ic->i_ack_wr, NULL); in rds_ib_send_ack()
Dib_cm.c1054 ic->i_cm_id ? ic->i_cm_id->qp : NULL); in rds_ib_conn_path_shutdown()
1092 if (ic->i_cm_id->qp) in rds_ib_conn_path_shutdown()
/net/sched/
Dsch_api.c132 struct Qdisc_ops *q, **qp; in register_qdisc() local
136 for (qp = &qdisc_base; (q = *qp) != NULL; qp = &q->next) in register_qdisc()
162 *qp = qops; in register_qdisc()
176 struct Qdisc_ops *q, **qp; in unregister_qdisc() local
180 for (qp = &qdisc_base; (q = *qp) != NULL; qp = &q->next) in unregister_qdisc()
184 *qp = q->next; in unregister_qdisc()
/net/sunrpc/xprtrdma/
Dfrwr_ops.c424 ret = ib_post_send(ep->re_id->qp, post_wr, NULL); in frwr_send()
551 rc = ib_post_send(ep->re_id->qp, first, &bad_wr); in frwr_unmap_sync()
651 rc = ib_post_send(ep->re_id->qp, first, NULL); in frwr_unmap_async()
Dverbs.c113 ib_drain_rq(id->qp); in rpcrdma_xprt_drain()
118 ib_drain_sq(id->qp); in rpcrdma_xprt_drain()
351 if (ep->re_id->qp) { in rpcrdma_ep_destroy()
353 ep->re_id->qp = NULL; in rpcrdma_ep_destroy()
1404 rc = ib_post_recv(ep->re_id->qp, wr, in rpcrdma_post_recvs()
Dsvc_rdma_transport.c468 newxprt->sc_qp = newxprt->sc_cm_id->qp; in svc_rdma_accept()
/net/smc/
Dsmc_wr.c87 link = wc->qp->qp_context; in smc_wr_tx_process_cqe()
367 struct smc_link *link = (struct smc_link *)wc->qp->qp_context; in smc_wr_rx_demultiplex()
390 link = wc[i].qp->qp_context; in smc_wr_rx_process_cqes()
Dsmc_cdc.c424 struct smc_link *link = (struct smc_link *)wc->qp->qp_context; in smc_cdc_rx_handler()
Dsmc_ib.c504 port_idx = ibevent->element.qp->port - 1; in smc_ib_qp_event_handler()
Dsmc_llc.c1732 struct smc_link *link = (struct smc_link *)wc->qp->qp_context; in smc_llc_rx_handler()