/src/sys/arch/arm/ti/ |
if_cpsw.c | 620 int txstart = -1; local in function:cpsw_start 678 if (txstart == -1) 679 txstart = sc->sc_txnext; 716 if (txstart >= 0) { 723 cpsw_read_4(sc, CPSW_CPDMA_TX_HDP(0)), txstart, eopi); 725 cpsw_set_txdesc_next(sc, TXDESC_PREV(txstart), 726 cpsw_txdesc_paddr(sc, txstart)); 731 cpsw_txdesc_paddr(sc, txstart));
|
if_cpsw.c | 620 int txstart = -1; local in function:cpsw_start 678 if (txstart == -1) 679 txstart = sc->sc_txnext; 716 if (txstart >= 0) { 723 cpsw_read_4(sc, CPSW_CPDMA_TX_HDP(0)), txstart, eopi); 725 cpsw_set_txdesc_next(sc, TXDESC_PREV(txstart), 726 cpsw_txdesc_paddr(sc, txstart)); 731 cpsw_txdesc_paddr(sc, txstart));
|
if_cpsw.c | 620 int txstart = -1; local in function:cpsw_start 678 if (txstart == -1) 679 txstart = sc->sc_txnext; 716 if (txstart >= 0) { 723 cpsw_read_4(sc, CPSW_CPDMA_TX_HDP(0)), txstart, eopi); 725 cpsw_set_txdesc_next(sc, TXDESC_PREV(txstart), 726 cpsw_txdesc_paddr(sc, txstart)); 731 cpsw_txdesc_paddr(sc, txstart));
|
/src/sys/dev/pci/ |
if_bce.c | 510 int txstart; local in function:bce_start 587 txstart = sc->bce_txsnext; 609 if ( sc->bce_txsnext > txstart ) { 611 PAGE_SIZE + sizeof(struct bce_dma_slot) * txstart, 616 PAGE_SIZE + sizeof(struct bce_dma_slot) * txstart, 618 (BCE_NTXDESC - txstart),
|
if_bce.c | 510 int txstart; local in function:bce_start 587 txstart = sc->bce_txsnext; 609 if ( sc->bce_txsnext > txstart ) { 611 PAGE_SIZE + sizeof(struct bce_dma_slot) * txstart, 616 PAGE_SIZE + sizeof(struct bce_dma_slot) * txstart, 618 (BCE_NTXDESC - txstart),
|
if_bce.c | 510 int txstart; local in function:bce_start 587 txstart = sc->bce_txsnext; 609 if ( sc->bce_txsnext > txstart ) { 611 PAGE_SIZE + sizeof(struct bce_dma_slot) * txstart, 616 PAGE_SIZE + sizeof(struct bce_dma_slot) * txstart, 618 (BCE_NTXDESC - txstart),
|