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.c2174 int rawf_base; member
2206 o->rawf_base = sc->rawf_base; in save_caps_and_params()
2262 COMPARE_PARAM(rawf_base, rawf_base); in compare_caps_and_params()
5506 sc->rawf_base = val[0]; in get_params__post_init()
6408 match_all_mac, sc->rawf_base + pi->port_id, 1, pi->port_id, in update_mac_settings()
6415 MPASS(rc == sc->rawf_base + pi->port_id); in update_mac_settings()
13147 match_all_mac, sc->rawf_base + pi->port_id, 1, pi->port_id, in enable_vxlan_rx()
13154 MPASS(rc == sc->rawf_base + pi->port_id); in enable_vxlan_rx()
H A Dadapter.h930 int rawf_base; member