/kernel/linux/linux-5.10/drivers/net/vmxnet3/ |
H A D | vmxnet3_defs.h | 235 u32 cnc:1; /* Checksum Not Calculated */ member 249 u32 cnc:1; /* Checksum Not Calculated */
|
H A D | vmxnet3_drv.c | 1234 if (!gdesc->rcd.cnc && adapter->netdev->features & NETIF_F_RXCSUM) { in vmxnet3_rx_csum()
|
/kernel/linux/linux-6.6/drivers/net/vmxnet3/ |
H A D | vmxnet3_defs.h | 260 u32 cnc:1; /* Checksum Not Calculated */ member 276 u32 cnc:1; /* Checksum Not Calculated */
|
H A D | vmxnet3_drv.c | 1378 if (!gdesc->rcd.cnc && adapter->netdev->features & NETIF_F_RXCSUM) { in vmxnet3_rx_csum()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | ccwdev.h | 242 struct chsc_pnso_resume_token resume_token, int cnc);
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | ccwdev.h | 232 struct chsc_pnso_resume_token resume_token, int cnc);
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | chsc.h | 209 u8 oc, struct chsc_pnso_resume_token resume_token, int cnc);
|
H A D | device_ops.c | 719 * @cnc: Boolean change-notification control 727 struct chsc_pnso_resume_token resume_token, int cnc) 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
|
H A D | chsc.c | 1369 * @cnc: Boolean change-notification control 1376 u8 oc, struct chsc_pnso_resume_token resume_token, int cnc) in chsc_pnso() 1387 pnso_area->n = (cnc != 0); in chsc_pnso() 1375 chsc_pnso(struct subchannel_id schid, struct chsc_pnso_area *pnso_area, u8 oc, struct chsc_pnso_resume_token resume_token, int cnc) chsc_pnso() argument
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | chsc.h | 210 u8 oc, struct chsc_pnso_resume_token resume_token, int cnc);
|
H A D | device_ops.c | 719 * @cnc: Boolean change-notification control 727 struct chsc_pnso_resume_token resume_token, int cnc) 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
|
H A D | chsc.c | 1413 * @cnc: Boolean change-notification control 1420 u8 oc, struct chsc_pnso_resume_token resume_token, int cnc) in chsc_pnso() 1431 pnso_area->n = (cnc != 0); in chsc_pnso() 1419 chsc_pnso(struct subchannel_id schid, struct chsc_pnso_area *pnso_area, u8 oc, struct chsc_pnso_resume_token resume_token, int cnc) chsc_pnso() argument
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_l2_main.c | 591 * @cnc: Boolean Change-Notification Control 601 static int qeth_l2_pnso(struct qeth_card *card, u8 oc, int cnc, in qeth_l2_pnso() argument 619 cnc); in qeth_l2_pnso()
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_l2_main.c | 540 * @cnc: Boolean Change-Notification Control 550 static int qeth_l2_pnso(struct qeth_card *card, u8 oc, int cnc, in qeth_l2_pnso() argument 568 cnc); in qeth_l2_pnso()
|