Home
last modified time | relevance | path

Searched refs:sys_op (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/dev/axgbe/
H A Dxgbe-sysctl.c166 } sys_op; variable
442 struct sysctl_op *sys_op = pdata->sys_op; in parse_generic_sysctl() local
630 struct sysctl_op *sys_op = pdata->sys_op; in sysctl_coalesce_handler() local
759 struct sysctl_op *sys_op = pdata->sys_op; in sysctl_pauseparam_handler() local
856 struct sysctl_op *sys_op = pdata->sys_op; in sysctl_link_ksettings_handler() local
980 struct sysctl_op *sys_op = pdata->sys_op; in sysctl_ringparam_handler() local
1083 struct sysctl_op *sys_op = pdata->sys_op; in sysctl_channels_handler() local
1132 sys_op->max_rx, sys_op->max_tx, in sysctl_channels_handler()
1142 sys_op->rx_count, sys_op->tx_count, in sysctl_channels_handler()
1158 sys_op->rx_count, sys_op->tx_count); in sysctl_channels_handler()
[all …]
H A Dxgbe.h1293 void *sys_op; member