Searched refs:rxj_in (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/dev/qlxgb/
H A Dqla_isr.c179 ha->hw.rxj_in, rxb->handle, rxb->paddr,
181 ha->hw.rxj_in++;
182 if (ha->hw.rxj_in == NUM_RX_JUMBO_DESCRIPTORS)
183 ha->hw.rxj_in = 0;
190 __func__, ha->hw.rxj_in, rxb->handle);
H A Dqla_hw.h788 volatile int32_t rxj_in; /* next jumbo rcv ring to add mbufs */ member in struct:_qla_hw
H A Dqla_hw.c1180 ha->hw.rx_in = ha->hw.rxj_in = 0;

Completed in 101 milliseconds