Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_ice.c9214 tlan_ctx->port_num = hw->port_info->lport; in ice_setup_tx_ctx()
9217 tlan_ctx->qlen = txq->desc_count; in ice_setup_tx_ctx()
9220 tlan_ctx->base = txq->tx_paddr >> 7; in ice_setup_tx_ctx()
9222 tlan_ctx->pf_num = hw->pf_id; in ice_setup_tx_ctx()
9238 tlan_ctx->tso_ena = 1; in ice_setup_tx_ctx()
9239 tlan_ctx->internal_usage_flag = 1; in ice_setup_tx_ctx()
9241 tlan_ctx->tso_qnum = pf_q; in ice_setup_tx_ctx()
9247 tlan_ctx->legacy_int = 1; in ice_setup_tx_ctx()
9250 tlan_ctx->wb_mode = 0; in ice_setup_tx_ctx()
10487 struct ice_tlan_ctx tlan_ctx = { 0 }; in ice_cfg_vsi_for_tx() local
[all …]