HomeSort by: relevance | last modified time | path
    Searched defs:tx_sqn (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_mcx.c 2331 int tx_sqn; member in struct:mcx_tx
5250 tx->tx_sqn = mcx_get_id(out->cmd_sqn);
5284 in->cmd_sqn = htobe32(tx->tx_sqn);
5311 tx->tx_sqn = 0;
5334 in->cmd_sq_state = htobe32((MCX_QUEUE_STATE_RST << 28) | tx->tx_sqn);
6572 in->cmd_sqn = htobe32(tx->tx_sqn);
7588 if (tx->tx_sqn != 0)
7895 htobe32((tx->tx_sqn << MCX_SQE_SQ_NUM_SHIFT) |

Completed in 17 milliseconds