Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/cxgbe/
H A Dt4_main.c2018 int rawf_base; member
2050 o->rawf_base = sc->rawf_base; in save_caps_and_params()
2106 COMPARE_PARAM(rawf_base, rawf_base); in compare_caps_and_params()
5262 sc->rawf_base = val[0]; in get_params__post_init()
6160 match_all_mac, sc->rawf_base + pi->port_id, 1, pi->port_id, in update_mac_settings()
6167 MPASS(rc == sc->rawf_base + pi->port_id); in update_mac_settings()
13023 match_all_mac, sc->rawf_base + pi->port_id, 1, pi->port_id, in enable_vxlan_rx()
13030 MPASS(rc == sc->rawf_base + pi->port_id); in enable_vxlan_rx()
H A Dadapter.h908 int rawf_base; member