Home
last modified time | relevance | path

Searched refs:pcl_is_empty (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/include/linux/sunrpc/
A Dsvc_rdma_pcl.h48 static inline bool pcl_is_empty(const struct svc_rdma_pcl *pcl) in pcl_is_empty() function
62 if (pcl_is_empty(pcl)) in pcl_first_chunk()
/linux-6.3-rc2/net/sunrpc/xprtrdma/
A Dsvc_rdma_recvfrom.c746 if (!pcl_is_empty(&rctxt->rc_call_pcl)) in svc_rdma_is_reverse_direction_reply()
748 if (!pcl_is_empty(&rctxt->rc_read_pcl)) in svc_rdma_is_reverse_direction_reply()
750 if (!pcl_is_empty(&rctxt->rc_write_pcl)) in svc_rdma_is_reverse_direction_reply()
752 if (!pcl_is_empty(&rctxt->rc_reply_pcl)) in svc_rdma_is_reverse_direction_reply()
840 if (!pcl_is_empty(&ctxt->rc_read_pcl) || in svc_rdma_recvfrom()
841 !pcl_is_empty(&ctxt->rc_call_pcl)) { in svc_rdma_recvfrom()
A Dsvc_rdma_sendto.c490 if (pcl_is_empty(&rctxt->rc_reply_pcl)) in svc_rdma_encode_reply_chunk()
789 if (!pcl_is_empty(&rctxt->rc_reply_pcl)) in svc_rdma_map_reply_msg()
964 *p = pcl_is_empty(&rctxt->rc_reply_pcl) ? rdma_msg : rdma_nomsg; in svc_rdma_sendto()
A Dsvc_rdma_rw.c664 if (pcl_is_empty(&rctxt->rc_reply_pcl)) in svc_rdma_send_reply_chunk()
1022 if (pcl_is_empty(pcl)) in svc_rdma_read_call_chunk()
1134 if (pcl_is_empty(&head->rc_call_pcl)) { in svc_rdma_process_read_list()
A Dsvc_rdma_pcl.c119 if (pcl_is_empty(pcl)) { in pcl_alloc_call()

Completed in 12 milliseconds