Searched refs:ice_tlan_ctx (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_dcb_lib.h | 50 ice_set_cgd_num(struct ice_tlan_ctx *tlan_ctx, u8 dcb_tc) in ice_set_cgd_num() 136 static inline void ice_set_cgd_num(struct ice_tlan_ctx *tlan_ctx, u8 dcb_tc) { } in ice_set_cgd_num()
|
A D | ice_common.c | 1327 ICE_CTX_STORE(ice_tlan_ctx, base, 57, 0), 1328 ICE_CTX_STORE(ice_tlan_ctx, port_num, 3, 57), 1329 ICE_CTX_STORE(ice_tlan_ctx, cgd_num, 5, 60), 1330 ICE_CTX_STORE(ice_tlan_ctx, pf_num, 3, 65), 1333 ICE_CTX_STORE(ice_tlan_ctx, src_vsi, 10, 80), 1334 ICE_CTX_STORE(ice_tlan_ctx, tsyn_ena, 1, 90), 1336 ICE_CTX_STORE(ice_tlan_ctx, alt_vlan, 1, 92), 1337 ICE_CTX_STORE(ice_tlan_ctx, cpuid, 8, 93), 1338 ICE_CTX_STORE(ice_tlan_ctx, wb_mode, 1, 101), 1340 ICE_CTX_STORE(ice_tlan_ctx, tphrd, 1, 103), [all …]
|
A D | ice_base.c | 291 ice_setup_tx_ctx(struct ice_tx_ring *ring, struct ice_tlan_ctx *tlan_ctx, u16 pf_q) in ice_setup_tx_ctx() 774 struct ice_tlan_ctx tlan_ctx = { 0 }; in ice_vsi_cfg_txq()
|
A D | ice_lan_tx_rx.h | 616 struct ice_tlan_ctx { struct
|
Completed in 16 milliseconds