Lines Matching refs:txbd
205 FXmacMsgBd *txbdset, *txbd, *last_txbd = NULL; in FXmacMsgSgsend() local
230 for (q = p, txbd = txbdset; q != NULL; q = q->next) in FXmacMsgSgsend()
232 bdindex = FXMAC_MSG_BD_TO_INDEX(txring, txbd); in FXmacMsgSgsend()
236 LOG_I("txbd %p, txring->base_bd_addr %p", txbd, txring->base_bd_addr); in FXmacMsgSgsend()
249 FXMAC_MSG_BD_SET_ADDRESS_TX(txbd, (uintptr)tx_payload); in FXmacMsgSgsend()
262 FXMAC_MSG_BD_SET_LENGTH(txbd, max_fr_size & 0x3FFF); in FXmacMsgSgsend()
266 FXMAC_MSG_BD_SET_LENGTH(txbd, q->len & 0x3FFF); in FXmacMsgSgsend()
272 last_txbd = txbd; in FXmacMsgSgsend()
273 FXMAC_MSG_BD_CLEAR_LAST(txbd); in FXmacMsgSgsend()
274 txbd = FXMAC_MSG_BD_RING_NEXT(txring, txbd); in FXmacMsgSgsend()
278 bdindex = FXMAC_MSG_BD_TO_INDEX(txring, txbd); in FXmacMsgSgsend()
285 txbd = txbdset; in FXmacMsgSgsend()
286 txbd = FXMAC_MSG_BD_RING_NEXT(txring, txbd); in FXmacMsgSgsend()
290 FXMAC_MSG_BD_CLEAR_TX_USED(txbd); in FXmacMsgSgsend()
292 txbd = FXMAC_MSG_BD_RING_NEXT(txring, txbd); in FXmacMsgSgsend()