Home
last modified time | relevance | path

Searched refs:pnso_area (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dchsc.c1366 * @pnso_area: request and response block for the operation
1371 * pnso_area must be allocated by the caller with get_zeroed_page(GFP_KERNEL)
1375 int chsc_pnso(struct subchannel_id schid, struct chsc_pnso_area *pnso_area, in chsc_pnso() argument
1378 memset(pnso_area, 0, sizeof(*pnso_area)); in chsc_pnso()
1379 pnso_area->request.length = 0x0030; in chsc_pnso()
1380 pnso_area->request.code = 0x003d; /* network-subchannel operation */ in chsc_pnso()
1381 pnso_area->m = schid.m; in chsc_pnso()
1382 pnso_area->ssid = schid.ssid; in chsc_pnso()
1383 pnso_area in chsc_pnso()
[all...]
H A Dchsc.h208 int chsc_pnso(struct subchannel_id schid, struct chsc_pnso_area *pnso_area,
H A Ddevice_ops.c716 * @pnso_area: request and response block for the operation
721 * pnso_area must be allocated by the caller with get_zeroed_page(GFP_KERNEL)
726 struct chsc_pnso_area *pnso_area, u8 oc, in ccw_device_pnso()
732 return chsc_pnso(schid, pnso_area, oc, resume_token, cnc); in ccw_device_pnso()
725 ccw_device_pnso(struct ccw_device *cdev, struct chsc_pnso_area *pnso_area, u8 oc, struct chsc_pnso_resume_token resume_token, int cnc) ccw_device_pnso() argument
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dchsc.c1410 * @pnso_area: request and response block for the operation
1415 * pnso_area must be allocated by the caller with get_zeroed_page(GFP_KERNEL)
1419 int chsc_pnso(struct subchannel_id schid, struct chsc_pnso_area *pnso_area, in chsc_pnso() argument
1422 memset(pnso_area, 0, sizeof(*pnso_area)); in chsc_pnso()
1423 pnso_area->request.length = 0x0030; in chsc_pnso()
1424 pnso_area->request.code = 0x003d; /* network-subchannel operation */ in chsc_pnso()
1425 pnso_area->m = schid.m; in chsc_pnso()
1426 pnso_area->ssid = schid.ssid; in chsc_pnso()
1427 pnso_area in chsc_pnso()
[all...]
H A Dchsc.h209 int chsc_pnso(struct subchannel_id schid, struct chsc_pnso_area *pnso_area,
H A Ddevice_ops.c716 * @pnso_area: request and response block for the operation
721 * pnso_area must be allocated by the caller with get_zeroed_page(GFP_KERNEL)
726 struct chsc_pnso_area *pnso_area, u8 oc, in ccw_device_pnso()
732 return chsc_pnso(schid, pnso_area, oc, resume_token, cnc); in ccw_device_pnso()
725 ccw_device_pnso(struct ccw_device *cdev, struct chsc_pnso_area *pnso_area, u8 oc, struct chsc_pnso_resume_token resume_token, int cnc) ccw_device_pnso() argument
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dccwdev.h241 struct chsc_pnso_area *pnso_area, u8 oc,
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dccwdev.h231 struct chsc_pnso_area *pnso_area, u8 oc,

Completed in 9 milliseconds