Home
last modified time | relevance | path

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

/src/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()
5713 sc->rawf_base = val[0]; in get_params__post_init()
6636 match_all_mac, sc->rawf_base + pi->port_id, 1, pi->port_id, in update_mac_settings()
6643 MPASS(rc == sc->rawf_base + pi->port_id); in update_mac_settings()
14108 match_all_mac, sc->rawf_base + pi->port_id, 1, pi->port_id, in enable_vxlan_rx()
14115 MPASS(rc == sc->rawf_base + pi->port_id); in enable_vxlan_rx()
H A Dadapter.h997 int rawf_base; member