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.c2293 int rawf_base; member
2326 o->rawf_base = sc->rawf_base; in save_caps_and_params()
2383 COMPARE_PARAM(rawf_base, rawf_base); in compare_caps_and_params()
5720 sc->rawf_base = val[0]; in get_params__post_init()
6665 match_all_mac, sc->rawf_base + pi->port_id, 1, pi->port_id, in update_mac_settings()
6672 MPASS(rc == sc->rawf_base + pi->port_id); in update_mac_settings()
14146 match_all_mac, sc->rawf_base + pi->port_id, 1, pi->port_id, in enable_vxlan_rx()
14153 MPASS(rc == sc->rawf_base + pi->port_id); in enable_vxlan_rx()
H A Dadapter.h998 int rawf_base; member