SE_TX_RING_CNT
if (SE_TX_RING_CNT - cd->se_tx_cnt < 2) {
if ((SE_TX_RING_CNT - (cd->se_tx_cnt + cnt)) < 2) {
if (i == SE_TX_RING_CNT - 1)
SE_INC(i, SE_TX_RING_CNT);
for (i = 0; i < SE_TX_RING_CNT; i++) {
ifq_init_maxlen(&ifp->if_snd, SE_TX_RING_CNT - 1);
ld->se_tx_ring[SE_TX_RING_CNT - 1].se_flags = htole32(RING_END);
for (i = 0; i < SE_TX_RING_CNT; i++) {
#define SE_TX_RING_SZ (SE_TX_RING_CNT * sizeof(struct se_desc))
struct mbuf *se_tx_mbuf[SE_TX_RING_CNT];
cd->se_tx_cnt--, SE_INC(i, SE_TX_RING_CNT)) {
bus_dmamap_t se_tx_map[SE_TX_RING_CNT];