/src/sys/dev/pci/ |
if_ti.c | 2411 uint32_t prodidx = 0; local in function:ti_start 2415 prodidx = CSR_READ_4(sc, TI_MB_SENDPROD_IDX); 2417 while (sc->ti_cdata.ti_tx_chain[prodidx] == NULL) { 2427 if ((*sc->sc_tx_encap)(sc, m_head, &prodidx)) { 2442 CSR_WRITE_4(sc, TI_MB_SENDPROD_IDX, prodidx);
|
if_ti.c | 2411 uint32_t prodidx = 0; local in function:ti_start 2415 prodidx = CSR_READ_4(sc, TI_MB_SENDPROD_IDX); 2417 while (sc->ti_cdata.ti_tx_chain[prodidx] == NULL) { 2427 if ((*sc->sc_tx_encap)(sc, m_head, &prodidx)) { 2442 CSR_WRITE_4(sc, TI_MB_SENDPROD_IDX, prodidx);
|
if_bge.c | 5518 uint32_t prodidx; local in function:bge_start_locked 5524 prodidx = sc->bge_tx_prodidx; 5526 while (sc->bge_cdata.bge_tx_chain[prodidx] == NULL) { 5555 error = bge_encap(sc, m_head, &prodidx); 5582 bge_writembx(sc, BGE_MBX_TX_HOST_PROD0_LO, prodidx); 5585 bge_writembx(sc, BGE_MBX_TX_HOST_PROD0_LO, prodidx); 5587 sc->bge_tx_prodidx = prodidx;
|
if_bge.c | 5518 uint32_t prodidx; local in function:bge_start_locked 5524 prodidx = sc->bge_tx_prodidx; 5526 while (sc->bge_cdata.bge_tx_chain[prodidx] == NULL) { 5555 error = bge_encap(sc, m_head, &prodidx); 5582 bge_writembx(sc, BGE_MBX_TX_HOST_PROD0_LO, prodidx); 5585 bge_writembx(sc, BGE_MBX_TX_HOST_PROD0_LO, prodidx); 5587 sc->bge_tx_prodidx = prodidx;
|