Defined in 1 files as a prototype:
Defined in 1 files as a function:
Referenced in 17 files:
- drivers/net/usb/aqc111.c, line 644
- drivers/net/usb/asix_devices.c
- drivers/net/usb/ax88172a.c, line 107
- drivers/net/usb/ax88179_178a.c, line 990
- drivers/net/usb/cdc_mbim.c, line 100
- drivers/net/usb/cdc_ncm.c, line 812
- drivers/net/usb/dm9601.c, line 329
- drivers/net/usb/int51x1.c, line 100
- drivers/net/usb/mcs7830.c, line 461
- drivers/net/usb/qmi_wwan.c, line 645
- drivers/net/usb/rndis_host.c, line 283
- drivers/net/usb/sierra_net.c, line 183
- drivers/net/usb/smsc75xx.c, line 1432
- drivers/net/usb/smsc95xx.c, line 1128
- drivers/net/usb/sr9700.c, line 266
- drivers/net/usb/sr9800.c, line 659
- drivers/net/usb/usbnet.c
Smatch caller information:
drivers/net/ethernet/intel/ixgbe/ixgbe_debugfs.c ixgbe_dbg_netdev_ops_write() -> (struct net_device_ops)->ndo_tx_timeout()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | net | 4096-ptr_max |
| PARAM_VALUE | 0 | net->netdev_ops | 4096-ptr_max |
| PARAM_VALUE | 1 | txqueue | u32max |
| CONTAINER | 0 | *(-168-8+0) | $(-1) |
| NOCHECK_CALL |
net/sched/sch_generic.c dev_watchdog() -> (struct net_device_ops)->ndo_tx_timeout()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | net | 4096-ptr_max |
| PARAM_VALUE | 0 | net->dev.parent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | net->dev.parent->bus | 0,4096-ptr_max |
| PARAM_VALUE | 0 | net->netdev_ops | 4096-ptr_max |
| PARAM_VALUE | 0 | net->num_tx_queues | 1-u32max |
| PARAM_VALUE | 0 | net->tx_global_lock.rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | *net->name | 0-255 |
| PARAM_VALUE | 1 | txqueue | 0-4294967294 |
| CAPPED_DATA | 0 | net->num_tx_queues | 1 |
| CAPPED_DATA | 1 | txqueue | 1 |
| CONTAINER | 0 | -168-8+0 | $(-1) |
| PARAM_COMPARE | 0 | net->num_tx_queues | > $1 |
| PARAM_COMPARE | 1 | txqueue | < $0->num_tx_queues |
| CONSTRAINT | 1 | txqueue | <3121 |
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | 0 | &net->tx_global_lock | |
| TYPE_LOCK | (struct net_device)->tx_global_lock |