Searched refs:pnso_area (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | chsc.c | 1366 * @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 D | chsc.h | 208 int chsc_pnso(struct subchannel_id schid, struct chsc_pnso_area *pnso_area,
|
H A D | device_ops.c | 716 * @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 D | chsc.c | 1410 * @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 D | chsc.h | 209 int chsc_pnso(struct subchannel_id schid, struct chsc_pnso_area *pnso_area,
|
H A D | device_ops.c | 716 * @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 D | ccwdev.h | 241 struct chsc_pnso_area *pnso_area, u8 oc,
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | ccwdev.h | 231 struct chsc_pnso_area *pnso_area, u8 oc,
|
Completed in 9 milliseconds