Lines Matching full:rxd
143 int detec_count ; /* counter for out of RxD condition */
219 * para rxd pointer to the TxD
265 * int HWM_GET_RX_FRAG_LEN(rxd)
269 * the fragment length of the specified RxD
271 * para rxd pointer to the RxD
277 #define HWM_GET_RX_FRAG_LEN(rxd) ((int)AIX_REVERSE((rxd)->rxd_rbctrl)& \ argument
282 * u_long HWM_GET_RX_PHYS(rxd)
286 * the physical address of the specified RxD.
288 * para rxd pointer to the RxD
290 * return the RxD's physical pointer to the data fragment
294 #define HWM_GET_RX_PHYS(rxd) (u_long)AIX_REVERSE((rxd)->rxd_rbadr) argument
304 * return the used RXD count of receive queue 1
306 * NOTE: Remember, because of an ASIC bug at least one RXD should be unused
329 * rxd *HWM_GET_CURR_RXD(smc)
333 * pointer to the RxD which points to the current queue put
336 * return pointer to the current RxD
353 * para low_water low water mark of used RxD's
388 #define HWM_E0009_MSG "HWM: Out of RxD condition detected"