Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/axgbe/
H A Dxgbe-sysctl.c164 } sys_op; variable
440 struct sysctl_op *sys_op = pdata->sys_op; in parse_generic_sysctl() local
628 struct sysctl_op *sys_op = pdata->sys_op; in sysctl_coalesce_handler() local
757 struct sysctl_op *sys_op = pdata->sys_op; in sysctl_pauseparam_handler() local
854 struct sysctl_op *sys_op = pdata->sys_op; in sysctl_link_ksettings_handler() local
978 struct sysctl_op *sys_op = pdata->sys_op; in sysctl_ringparam_handler() local
1081 struct sysctl_op *sys_op = pdata->sys_op; in sysctl_channels_handler() local
1130 sys_op->max_rx, sys_op->max_tx, in sysctl_channels_handler()
1140 sys_op->rx_count, sys_op->tx_count, in sysctl_channels_handler()
1156 sys_op->rx_count, sys_op->tx_count); in sysctl_channels_handler()
[all …]
H A Dxgbe.h1291 void *sys_op; member