Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/pci/
A Ddoe.c146 task->request_pl[i]); in pci_doe_send_req()
318 u32 request_pl = FIELD_PREP(PCI_DOE_DATA_OBJECT_DISC_REQ_3_INDEX, in pci_doe_discovery() local
325 .request_pl = &request_pl, in pci_doe_discovery()
326 .request_pl_sz = sizeof(request_pl), in pci_doe_discovery()
/linux-6.3-rc2/drivers/cxl/core/
A Dpci.c478 u32 request_pl; member
487 .request_pl = req, \
491 .request_pl = &cdt.request_pl, \
492 .request_pl_sz = sizeof(cdt.request_pl), \
/linux-6.3-rc2/include/linux/
A Dpci-doe.h48 u32 *request_pl; member
/linux-6.3-rc2/net/ceph/
A Dosd_client.c899 u64 cookie, struct ceph_pagelist *request_pl) in osd_req_op_notify_init() argument
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()
2713 if (lreq->request_pl) in linger_release()
2714 ceph_pagelist_release(lreq->request_pl); in linger_release()
3095 refcount_inc(&lreq->request_pl->refcnt); in send_linger()
3097 lreq->request_pl); in send_linger()
4866 lreq->request_pl = ceph_pagelist_alloc(GFP_NOIO); in ceph_osdc_notify()
4867 if (!lreq->request_pl) { in ceph_osdc_notify()
4873 ret |= ceph_pagelist_encode_32(lreq->request_pl, timeout); in ceph_osdc_notify()
[all …]
/linux-6.3-rc2/include/linux/ceph/
A Dosd_client.h290 struct ceph_pagelist *request_pl; member

Completed in 18 milliseconds