Searched refs:etxop (Results 1 – 1 of 1) sorted by relevance
212 const efx_tx_ops_t *etxop; in efx_tx_init() local231 etxop = &__efx_tx_siena_ops; in efx_tx_init()237 etxop = &__efx_tx_hunt_ops; in efx_tx_init()243 etxop = &__efx_tx_medford_ops; in efx_tx_init()255 if ((rc = etxop->etxo_init(enp)) != 0) in efx_tx_init()258 enp->en_etxop = etxop; in efx_tx_init()280 const efx_tx_ops_t *etxop = enp->en_etxop; in efx_tx_fini() local287 etxop->etxo_fini(enp); in efx_tx_fini()306 const efx_tx_ops_t *etxop = enp->en_etxop; in efx_tx_qcreate() local333 if ((rc = etxop->etxo_qcreate(enp, index, label, esmp, in efx_tx_qcreate()[all …]