/kernel/linux/linux-5.10/include/uapi/linux/can/ |
H A D | netlink.h | 111 __u32 bus_off; /* Changes to bus off state */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/can/ |
H A D | netlink.h | 75 __u32 bus_off; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/can/ |
H A D | netlink.h | 75 __u32 bus_off; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/can/ |
H A D | netlink.h | 62 __u32 bus_off; member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha1542.c | 44 static int bus_off[MAXBOARDS] = { -1, -1, -1, -1 }; /* power-on default: 4us */ variable 45 module_param_array(bus_off, int, NULL, 0); 46 MODULE_PARM_DESC(bus_off, "bus off time [us] (1-64, default=-1 [HW default: 4])"); 696 static void aha1542_set_bus_times(struct Scsi_Host *sh, int bus_on, int bus_off, int dma_speed) in aha1542_set_bus_times() argument 706 if (bus_off > 0) { in aha1542_set_bus_times() 707 u8 offcmd[] = { CMD_BUSOFF_TIME, clamp(bus_off, 1, 64) }; in aha1542_set_bus_times() 756 aha1542_set_bus_times(sh, bus_on[indx], bus_off[indx], dma_speed[indx]); in aha1542_hw_init()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha1542.c | 44 static int bus_off[MAXBOARDS] = { -1, -1, -1, -1 }; /* power-on default: 4us */ variable 45 module_param_array(bus_off, int, NULL, 0); 46 MODULE_PARM_DESC(bus_off, "bus off time [us] (1-64, default=-1 [HW default: 4])"); 707 static void aha1542_set_bus_times(struct Scsi_Host *sh, int bus_on, int bus_off, int dma_speed) in aha1542_set_bus_times() argument 717 if (bus_off > 0) { in aha1542_set_bus_times() 718 u8 offcmd[] = { CMD_BUSOFF_TIME, clamp(bus_off, 1, 64) }; in aha1542_set_bus_times() 768 aha1542_set_bus_times(sh, bus_on[indx], bus_off[indx], dma_speed[indx]); in aha1542_hw_init()
|
/kernel/linux/linux-6.6/include/uapi/linux/can/ |
H A D | netlink.h | 114 __u32 bus_off; /* Changes to bus off state */ member
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | p2pdma.c | 1023 state->bus_off = to_p2p_pgmap(state->pgmap)->bus_offset; in pci_p2pdma_map_segment() 1027 sg->dma_address = sg_phys(sg) + state->bus_off; in pci_p2pdma_map_segment()
|
/kernel/linux/linux-6.6/drivers/net/can/dev/ |
H A D | dev.c | 35 priv->can_stats.bus_off++; in can_update_state_error_stats()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dma-map-ops.h | 496 u64 bus_off; member
|
/kernel/linux/linux-5.10/drivers/net/can/peak_canfd/ |
H A D | peak_canfd.c | 366 priv->can.can_stats.bus_off++; in pucan_handle_status()
|
/kernel/linux/linux-6.6/drivers/net/can/peak_canfd/ |
H A D | peak_canfd.c | 367 priv->can.can_stats.bus_off++; in pucan_handle_status()
|
/kernel/linux/linux-5.10/drivers/net/can/ifi_canfd/ |
H A D | ifi_canfd.c | 484 priv->can.can_stats.bus_off++; in ifi_canfd_handle_state_change()
|
/kernel/linux/linux-5.10/drivers/net/can/cc770/ |
H A D | cc770.c | 524 priv->can.can_stats.bus_off++; in cc770_err()
|
/kernel/linux/linux-5.10/drivers/net/can/rcar/ |
H A D | rcar_can.c | 335 priv->can.can_stats.bus_off++; in rcar_can_error()
|
/kernel/linux/linux-5.10/drivers/net/can/softing/ |
H A D | softing_main.c | 253 ++priv->can.can_stats.bus_off; in softing_handle_1()
|
/kernel/linux/linux-5.10/drivers/net/can/usb/ |
H A D | ems_usb.c | 347 dev->can.can_stats.bus_off++; in ems_usb_rx_err()
|
H A D | gs_usb.c | 282 can_stats->bus_off++; in gs_update_state()
|
H A D | usb_8dev.c | 370 priv->can.can_stats.bus_off++; in usb_8dev_rx_err_msg()
|
/kernel/linux/linux-5.10/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb_pro.c | 621 dev->can.can_stats.bus_off++; in pcan_usb_pro_handle_error()
|
H A D | pcan_usb.c | 535 mc->pdev->dev.can.can_stats.bus_off++; in pcan_usb_decode_error()
|
/kernel/linux/linux-6.6/drivers/net/can/softing/ |
H A D | softing_main.c | 253 ++priv->can.can_stats.bus_off; in softing_handle_1()
|
/kernel/linux/linux-6.6/drivers/net/can/usb/ |
H A D | ems_usb.c | 348 dev->can.can_stats.bus_off++; in ems_usb_rx_err()
|
/kernel/linux/linux-6.6/drivers/net/can/ |
H A D | can327.c | 293 elm->can.can_stats.bus_off++; in can327_uart_side_failure()
|
/kernel/linux/linux-6.6/drivers/net/can/cc770/ |
H A D | cc770.c | 526 priv->can.can_stats.bus_off++; in cc770_err()
|