Searched refs:qp (Results 1 – 14 of 14) sorted by relevance
/net/ipv4/ |
D | ip_fragment.c | 78 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/ |
D | trans_rdma.c | 81 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/ |
D | ib_frmr.c | 164 ret = ib_post_send(ibmr->ic->i_cm_id->qp, ®_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()
|
D | ib_send.c | 737 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()
|
D | ib_recv.c | 419 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()
|
D | ib_cm.c | 1054 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/ |
D | sch_api.c | 132 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/ |
D | frwr_ops.c | 424 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()
|
D | verbs.c | 113 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()
|
D | svc_rdma_transport.c | 468 newxprt->sc_qp = newxprt->sc_cm_id->qp; in svc_rdma_accept()
|
/net/smc/ |
D | smc_wr.c | 87 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()
|
D | smc_cdc.c | 424 struct smc_link *link = (struct smc_link *)wc->qp->qp_context; in smc_cdc_rx_handler()
|
D | smc_ib.c | 504 port_idx = ibevent->element.qp->port - 1; in smc_ib_qp_event_handler()
|
D | smc_llc.c | 1732 struct smc_link *link = (struct smc_link *)wc->qp->qp_context; in smc_llc_rx_handler()
|