Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ | |
if_et.c | 702 struct et_txstatus_data *txsd = &sc->sc_tx_status; local in function:et_dma_alloc 722 (void **)&txsd->txsd_status, 723 &txsd->txsd_paddr, &txsd->txsd_dmap, &txsd->txsd_seg); 785 struct et_txstatus_data *txsd = &sc->sc_tx_status; local in function:et_dma_free 798 et_dma_mem_destroy(sc, txsd->txsd_status, txsd->txsd_dmap); 1392 struct et_txstatus_data *txsd = &sc->sc_tx_status; local in function:et_init_tx_ring 1403 bzero(txsd->txsd_status, sizeof(uint32_t)) 1515 struct et_txstatus_data *txsd = &sc->sc_tx_status; local in function:et_init_txdma [all...] |
/src/sys/dev/pci/cxgb/ | |
cxgb_sge.c | 1088 struct tx_sw_desc *txsd = &txq->sdesc[txqs->pidx]; local in function:write_wr_hdr_sgl 1119 txsd++; 1124 txsd = txq->sdesc; 1132 txsd->m = NULL; 1166 struct tx_sw_desc *txsd; local in function:t3_encap 1289 txsd = &txq->sdesc[txqs.pidx]; 1292 txsd->m = m0; |