Searched refs:txBuffer (Results 1 – 5 of 5) sorted by relevance
244 volatile u_char txBuffer[0x800]; member408 #define TXBuffStart(dev) offsetof(struct arlan_shmem, txBuffer)
670 …headEnds = (((TXHEAD(dev).offset + TXHEAD(dev).length - offsetof(struct arlan_shmem, txBuffer)) / … in arlan_hw_tx()672 …tailStarts = 0x800 - (((TXTAIL(dev).offset - offsetof(struct arlan_shmem, txBuffer)) / 64) + 2) * … in arlan_hw_tx()681 offsetof(struct arlan_shmem, txBuffer); in arlan_hw_tx()697 offsetof(struct arlan_shmem, txBuffer) + 0x800 - (length / 64 + 2) * 64; in arlan_hw_tx()
698 SARLBNpln(u_char, txBuffer, 0x800); in arlan_sysctl_infotxRing()
407 u8 txBuffer[FST_MAX_PORTS][NUM_TX_BUFFER][LEN_TX_BUFFER]; member1071 offset = BUF_OFFSET(txBuffer[pi][i][0]); in fst_tx_config()1404 BUF_OFFSET(txBuffer[pi] in do_bottom_half_tx()1426 BUF_OFFSET(txBuffer[pi] in do_bottom_half_tx()2562 + BUF_OFFSET ( txBuffer[i][0][0]); in fst_add_one()2564 + BUF_OFFSET ( txBuffer[i][NUM_TX_BUFFER][0]); in fst_add_one()
187 u8 *txBuffer; member