HomeSort by: relevance | last modified time | path
    Searched refs:active_Tx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_tlvar.h 66 struct Tx_list *active_Tx, *last_Tx;
if_tl.c 561 while ((Tx = sc->active_Tx) != NULL) {
566 sc->active_Tx = Tx->next;
729 sc->active_Tx = sc->last_Tx = NULL;
1113 while ((Tx = sc->active_Tx) != NULL) {
1128 sc->active_Tx = Tx->next;
1129 if (sc->active_Tx == NULL)
1147 if (sc->active_Tx != NULL) {
1150 sc->active_Tx->hw_listaddr);
1358 if (sc->active_Tx == NULL) {
1359 sc->active_Tx = sc->last_Tx = Tx
    [all...]

Completed in 13 milliseconds