Searched refs:xmt_ram (Results 1 – 1 of 1) sorted by relevance
209 unsigned xmt_ram; /* pre-calculated space for tx */ member671 lp->xmt_ram = RAM_SIZE - lp->rcv_ram; in eepro_recalc()675 lp->xmt_upper_limit = (lp->xmt_ram - 2); in eepro_recalc()676 lp->rcv_lower_limit = lp->xmt_ram; in eepro_recalc()1463 tx_available = lp->xmt_ram - (lp->tx_end - lp->tx_start); in hardware_send_packet()1466 else tx_available = lp->xmt_ram; in hardware_send_packet()