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

  /src/sys/dev/pci/
if_ena.c 1214 struct ena_tx_buffer *tx_info = &tx_ring->tx_buffer_info[i]; local in function:ena_free_tx_bufs
1216 if (tx_info->mbuf == NULL)
1230 bus_dmamap_unload(adapter->sc_dmat, tx_info->map);
1231 m_free(tx_info->mbuf);
1232 tx_info->mbuf = NULL;
1279 struct ena_tx_buffer *tx_info = NULL; local in function:validate_tx_req_id
1283 tx_info = &tx_ring->tx_buffer_info[req_id];
1284 if (tx_info->mbuf != NULL)
1288 if (tx_info->mbuf == NULL)
1290 "tx_info doesn't have valid mbuf\n")
1412 struct ena_tx_buffer *tx_info; local in function:ena_tx_cleanup
2796 struct ena_tx_buffer *tx_info; local in function:ena_xmit_mbuf
    [all...]
  /src/sys/dev/ic/
bwi.c 10013 uint16_t tx_id, tx_info; local in function:bwi_txeof
10021 tx_info = BWI_TXSTATUS_0_INFO(tx_status0);
10023 if (tx_info & 0x30) /* XXX */
10026 _bwi_txeof(sc, tx_id, (tx_info >> 8) & 0xf);

Completed in 48 milliseconds