Home
last modified time | relevance | path

Searched refs:PCN_TX_LIST_CNT (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/pcn/
Dif_pcnreg.h420 #define PCN_TX_LIST_CNT 256 macro
424 struct pcn_tx_desc pcn_tx_list[PCN_TX_LIST_CNT];
429 struct mbuf *pcn_tx_chain[PCN_TX_LIST_CNT];
Dif_pcn.c635 ifp->if_snd.ifq_maxlen = PCN_TX_LIST_CNT - 1;
758 for (i = 0; i < PCN_TX_LIST_CNT; i++) {
924 PCN_INC(idx, PCN_TX_LIST_CNT);
946 PCN_INC(idx, PCN_TX_LIST_CNT);
1063 if ((PCN_TX_LIST_CNT - (sc->pcn_cdata.pcn_tx_cnt + cnt)) < 2)
1074 PCN_INC(frag, PCN_TX_LIST_CNT);
1272 pcn_csr_write(sc, PCN_CSR_TXRINGLEN, (~PCN_TX_LIST_CNT) + 1);
1492 for (i = 0; i < PCN_TX_LIST_CNT; i++) { in pcn_stop()