Searched refs:ice_tlan_ctx (Results 1 – 5 of 5) sorted by relevance
| /drivers/net/ethernet/intel/ice/ |
| 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), 1492 ICE_CTX_STORE(ice_tlan_ctx, src_vsi, 10, 80), 1493 ICE_CTX_STORE(ice_tlan_ctx, tsyn_ena, 1, 90), 1495 ICE_CTX_STORE(ice_tlan_ctx, alt_vlan, 1, 92), 1496 ICE_CTX_STORE(ice_tlan_ctx, cpuid, 8, 93), 1499 ICE_CTX_STORE(ice_tlan_ctx, tphrd, 1, 103), 1505 ICE_CTX_STORE(ice_tlan_ctx, qlen, 13, 135), [all …]
|
| A D | ice_dcb_lib.h | 53 ice_set_cgd_num(struct ice_tlan_ctx *tlan_ctx, u8 dcb_tc) in ice_set_cgd_num() 139 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.h | 123 int ice_read_txq_ctx(struct ice_hw *hw, struct ice_tlan_ctx *tlan_ctx, 125 int ice_write_txq_ctx(struct ice_hw *hw, struct ice_tlan_ctx *tlan_ctx, 143 void ice_pack_txq_ctx(const struct ice_tlan_ctx *ctx, ice_txq_ctx_buf_t *buf);
|
| A D | ice_lan_tx_rx.h | 538 struct ice_tlan_ctx { struct
|
| A D | ice_base.c | 289 ice_setup_tx_ctx(struct ice_tx_ring *ring, struct ice_tlan_ctx *tlan_ctx, u16 pf_q) in ice_setup_tx_ctx() 895 struct ice_tlan_ctx tlan_ctx = { 0 }; in ice_vsi_cfg_txq()
|
Completed in 24 milliseconds