Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_main.c2292 int rawf_base; member
2325 o->rawf_base = sc->rawf_base; in save_caps_and_params()
2382 COMPARE_PARAM(rawf_base, rawf_base); in compare_caps_and_params()
5708 sc->rawf_base = val[0]; in get_params__post_init()
6633 match_all_mac, sc->rawf_base + pi->port_id, 1, pi->port_id, in update_mac_settings()
6640 MPASS(rc == sc->rawf_base + pi->port_id); in update_mac_settings()
14065 match_all_mac, sc->rawf_base + pi->port_id, 1, pi->port_id, in enable_vxlan_rx()
14072 MPASS(rc == sc->rawf_base + pi->port_id); in enable_vxlan_rx()
H A Dadapter.h997 int rawf_base; member