Searched refs:fifospace (Results 1 – 2 of 2) sorted by relevance
45 unsigned fifospace; in sab8253x_start_txS() local50 fifospace = port->xmit_fifo_size; /* This code can handle fragmented frames in sab8253x_start_txS()93 if(count <= fifospace) in sab8253x_start_txS()102 slopspace = fifospace - count; in sab8253x_start_txS()134 count -= fifospace; in sab8253x_start_txS()135 port->xmit_cnt = fifospace; in sab8253x_start_txS()
138 unsigned fifospace; in sab8253x_start_tx() local142 fifospace = port->xmit_fifo_size; in sab8253x_start_tx()185 if(count <= fifospace) in sab8253x_start_tx()194 slopspace = fifospace - count; in sab8253x_start_tx()226 count -= fifospace; in sab8253x_start_tx()227 port->xmit_cnt = fifospace; in sab8253x_start_tx()252 fifospace -= loadedcount; in sab8253x_start_tx()269 if(fifospace > 0) in sab8253x_start_tx()273 if(fifospace < 0) in sab8253x_start_tx()