Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dxgbe-sysctl.c163 } sys_op; variable
439 struct sysctl_op *sys_op = pdata->sys_op; in parse_generic_sysctl() local
627 struct sysctl_op *sys_op = pdata->sys_op; in sysctl_coalesce_handler() local
756 struct sysctl_op *sys_op = pdata->sys_op; in sysctl_pauseparam_handler() local
853 struct sysctl_op *sys_op = pdata->sys_op; in sysctl_link_ksettings_handler() local
977 struct sysctl_op *sys_op = pdata->sys_op; in sysctl_ringparam_handler() local
1080 struct sysctl_op *sys_op = pdata->sys_op; in sysctl_channels_handler() local
1129 sys_op->max_rx, sys_op->max_tx, in sysctl_channels_handler()
1139 sys_op->rx_count, sys_op->tx_count, in sysctl_channels_handler()
1155 sys_op->rx_count, sys_op->tx_count); in sysctl_channels_handler()
[all …]
H A Dxgbe.h1291 void *sys_op; member