Searched refs:ice_tlan_ctx (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H 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()
|
H A D | ice_common.c | 1486 ICE_CTX_STORE(ice_tlan_ctx, base, 57, 0), 1487 ICE_CTX_STORE(ice_tlan_ctx, port_num, 3, 57), 1488 ICE_CTX_STORE(ice_tlan_ctx, cgd_num, 5, 60), 1489 ICE_CTX_STORE(ice_tlan_ctx, pf_num, 3, 65), 1490 ICE_CTX_STORE(ice_tlan_ctx, vmvf_num, 10, 68), 1491 ICE_CTX_STORE(ice_tlan_ctx, vmvf_type, 2, 78), 1492 ICE_CTX_STORE(ice_tlan_ctx, src_vsi, 10, 80), 1493 ICE_CTX_STORE(ice_tlan_ctx, tsyn_ena, 1, 90), 1494 ICE_CTX_STORE(ice_tlan_ctx, internal_usage_flag, 1, 91), 1495 ICE_CTX_STORE(ice_tlan_ctx, alt_vla [all...] |
H A D | ice_base.c | 313 * ice_setup_tx_ctx - setup a struct ice_tlan_ctx instance 321 ice_setup_tx_ctx(struct ice_tx_ring *ring, struct ice_tlan_ctx *tlan_ctx, u16 pf_q) in ice_setup_tx_ctx() 821 struct ice_tlan_ctx tlan_ctx = { 0 }; in ice_vsi_cfg_txq()
|
H A D | ice_lan_tx_rx.h | 619 struct ice_tlan_ctx { struct
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.c | 1262 ICE_CTX_STORE(ice_tlan_ctx, base, 57, 0), 1263 ICE_CTX_STORE(ice_tlan_ctx, port_num, 3, 57), 1264 ICE_CTX_STORE(ice_tlan_ctx, cgd_num, 5, 60), 1265 ICE_CTX_STORE(ice_tlan_ctx, pf_num, 3, 65), 1266 ICE_CTX_STORE(ice_tlan_ctx, vmvf_num, 10, 68), 1267 ICE_CTX_STORE(ice_tlan_ctx, vmvf_type, 2, 78), 1268 ICE_CTX_STORE(ice_tlan_ctx, src_vsi, 10, 80), 1269 ICE_CTX_STORE(ice_tlan_ctx, tsyn_ena, 1, 90), 1270 ICE_CTX_STORE(ice_tlan_ctx, internal_usage_flag, 1, 91), 1271 ICE_CTX_STORE(ice_tlan_ctx, alt_vla [all...] |
H A D | ice_dcb_lib.h | 52 ice_set_cgd_num(struct ice_tlan_ctx *tlan_ctx, struct ice_ring *ring) in ice_set_cgd_num()
|
H A D | ice_base.c | 218 * ice_setup_tx_ctx - setup a struct ice_tlan_ctx instance 226 ice_setup_tx_ctx(struct ice_ring *ring, struct ice_tlan_ctx *tlan_ctx, u16 pf_q) in ice_setup_tx_ctx() 640 struct ice_tlan_ctx tlan_ctx = { 0 }; in ice_vsi_cfg_txq()
|
H A D | ice_lan_tx_rx.h | 552 struct ice_tlan_ctx { struct
|
Completed in 14 milliseconds