Searched refs:ice_tlan_ctx (Results 1 – 3 of 3) sorted by relevance
/linux/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 | 1528 ICE_CTX_STORE(ice_tlan_ctx, base, 57, 0), 1529 ICE_CTX_STORE(ice_tlan_ctx, port_num, 3, 57), 1530 ICE_CTX_STORE(ice_tlan_ctx, cgd_num, 5, 60), 1531 ICE_CTX_STORE(ice_tlan_ctx, pf_num, 3, 65), 1532 ICE_CTX_STORE(ice_tlan_ctx, vmvf_num, 10, 68), 1533 ICE_CTX_STORE(ice_tlan_ctx, vmvf_type, 2, 78), 1534 ICE_CTX_STORE(ice_tlan_ctx, src_vsi, 10, 80), 1535 ICE_CTX_STORE(ice_tlan_ctx, tsyn_ena, 1, 90), 1536 ICE_CTX_STORE(ice_tlan_ctx, internal_usage_flag, 1, 91), 1537 ICE_CTX_STORE(ice_tlan_ctx, alt_vlan, 1, 92), [all …]
|
H A D | ice_common.h | 96 void ice_pack_txq_ctx(const struct ice_tlan_ctx *ctx, ice_txq_ctx_buf_t *buf);
|