Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxgbe/
H A Dql_hw.c3435 q80_tx_cntxt_destroy_t *tcntxt; in qla_del_xmt_cntxt_i()
3439 tcntxt = (q80_tx_cntxt_destroy_t *)ha->hw.mbox; in qla_del_xmt_cntxt_i()
3440 bzero(tcntxt, (sizeof (q80_tx_cntxt_destroy_t))); in qla_del_xmt_cntxt_i()
3443 tcntxt->count_version = (sizeof (q80_tx_cntxt_destroy_t) >> 2); in qla_del_xmt_cntxt_i()
3449 (sizeof (q80_tx_cntxt_destroy_t) >> 2), in qla_del_xmt_cntxt_i()
H A Dql_hw.h1139 } __packed q80_tx_cntxt_destroy_t; typedef