Searched refs:tx_qhead (Results 1 – 2 of 2) sorted by relevance
837 qhead = &ioc->tx_qhead; in cbc_request_enqueue()1303 while (SIMPLEQ_EMPTY(&ioc->tx_qhead)) { in ioc_tx_thread()1312 req = SIMPLEQ_FIRST(&ioc->tx_qhead); in ioc_tx_thread()1313 SIMPLEQ_REMOVE_HEAD(&ioc->tx_qhead, me_queue); in ioc_tx_thread()1635 SIMPLEQ_INIT(&ioc->tx_qhead); in ioc_init()
807 struct cbc_qhead tx_qhead; /* Tx queue head */ member
Completed in 10 milliseconds