Home
last modified time | relevance | path

Searched refs:request_pl (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/pci/
H A Ddoe.c89 const __le32 *request_pl; member
349 le32_to_cpu(task->request_pl[i])); in pci_doe_send_req()
355 memcpy(&val, &task->request_pl[i], remainder); in pci_doe_send_req()
554 u32 request_pl = FIELD_PREP(PCI_DOE_DATA_OBJECT_DISC_REQ_3_INDEX, in pci_doe_discovery() local
558 __le32 request_pl_le = cpu_to_le32(request_pl); in pci_doe_discovery()
807 .request_pl = request, in pci_doe()
/linux-6.15/net/ceph/
H A Dosd_client.c904 u64 cookie, struct ceph_pagelist *request_pl) in osd_req_op_notify_init() argument
911 ceph_osd_data_pagelist_init(&op->notify.request_data, request_pl); in osd_req_op_notify_init()
912 op->indata_len = request_pl->length; in osd_req_op_notify_init()
2775 if (lreq->request_pl) in linger_release()
2776 ceph_pagelist_release(lreq->request_pl); in linger_release()
3157 refcount_inc(&lreq->request_pl->refcnt); in send_linger()
3159 lreq->request_pl); in send_linger()
4936 lreq->request_pl = ceph_pagelist_alloc(GFP_NOIO); in ceph_osdc_notify()
4937 if (!lreq->request_pl) { in ceph_osdc_notify()
4943 ret |= ceph_pagelist_encode_32(lreq->request_pl, timeout); in ceph_osdc_notify()
[all …]
/linux-6.15/include/linux/ceph/
H A Dosd_client.h348 struct ceph_pagelist *request_pl; member