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

  /src/sys/dev/marvell/
if_gfe.c 1213 volatile struct gt_eth_desc * const txd2 = &txq->txq_descs[txq->txq_fi]; local in function:gfe_tx_enqueue
1217 cmdsts = gt32toh(txd2->ed_cmdsts);
1245 txq->txq_inptr = gt32toh(txd2->ed_bufptr) - txq->txq_buf_busaddr;
1246 pktlen = (gt32toh(txd2->ed_lencnt) >> 16) & 0xffff;
if_gfe.c 1213 volatile struct gt_eth_desc * const txd2 = &txq->txq_descs[txq->txq_fi]; local in function:gfe_tx_enqueue
1217 cmdsts = gt32toh(txd2->ed_cmdsts);
1245 txq->txq_inptr = gt32toh(txd2->ed_bufptr) - txq->txq_buf_busaddr;
1246 pktlen = (gt32toh(txd2->ed_lencnt) >> 16) & 0xffff;

Completed in 28 milliseconds