Searched refs:request_pl (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | doe.c | 70 * @request_pl: The request payload 82 const __le32 *request_pl; member 184 le32_to_cpu(task->request_pl[i])); in pci_doe_send_req() 190 memcpy(&val, &task->request_pl[i], remainder); in pci_doe_send_req() 389 u32 request_pl = FIELD_PREP(PCI_DOE_DATA_OBJECT_DISC_REQ_3_INDEX, in pci_doe_discovery() local 391 __le32 request_pl_le = cpu_to_le32(request_pl); in pci_doe_discovery() 636 .request_pl = request, in pci_doe()
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | osd_client.c | 896 * encoded in @request_pl 899 u64 cookie, struct ceph_pagelist *request_pl) in osd_req_op_notify_init() 906 ceph_osd_data_pagelist_init(&op->notify.request_data, request_pl); in osd_req_op_notify_init() 907 op->indata_len = request_pl->length; in osd_req_op_notify_init() 2709 if (lreq->request_pl) in linger_release() 2710 ceph_pagelist_release(lreq->request_pl); in linger_release() 3091 refcount_inc(&lreq->request_pl->refcnt); in send_linger() 3093 lreq->request_pl); in send_linger() 4865 lreq->request_pl = ceph_pagelist_alloc(GFP_NOIO); in ceph_osdc_notify() 4866 if (!lreq->request_pl) { in ceph_osdc_notify() 898 osd_req_op_notify_init(struct ceph_osd_request *req, int which, u64 cookie, struct ceph_pagelist *request_pl) osd_req_op_notify_init() argument [all...] |
/kernel/linux/linux-6.6/net/ceph/ |
H A D | osd_client.c | 924 * encoded in @request_pl 927 u64 cookie, struct ceph_pagelist *request_pl) in osd_req_op_notify_init() 934 ceph_osd_data_pagelist_init(&op->notify.request_data, request_pl); in osd_req_op_notify_init() 935 op->indata_len = request_pl->length; in osd_req_op_notify_init() 2796 if (lreq->request_pl) in linger_release() 2797 ceph_pagelist_release(lreq->request_pl); in linger_release() 3178 refcount_inc(&lreq->request_pl->refcnt); in send_linger() 3180 lreq->request_pl); in send_linger() 4957 lreq->request_pl = ceph_pagelist_alloc(GFP_NOIO); in ceph_osdc_notify() 4958 if (!lreq->request_pl) { in ceph_osdc_notify() 926 osd_req_op_notify_init(struct ceph_osd_request *req, int which, u64 cookie, struct ceph_pagelist *request_pl) osd_req_op_notify_init() argument [all...] |
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | osd_client.h | 290 struct ceph_pagelist *request_pl; member
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | osd_client.h | 348 struct ceph_pagelist *request_pl; member
|
Completed in 17 milliseconds