Searched refs:AWC_TX_ALLOC_SMALL_SIZE (Results 1 – 2 of 2) sorted by relevance
1069 cmd.par0 = AWC_TX_ALLOC_SMALL_SIZE ; in awc_tx_alloc()1078 cmd.par0 = AWC_TX_ALLOC_SMALL_SIZE ; in awc_tx_alloc()1084 fid->u.tx.fid_size = AWC_TX_ALLOC_SMALL_SIZE; in awc_tx_alloc()1597 if (len + AWC_TX_HEAD_SIZE < AWC_TX_ALLOC_SMALL_SIZE ) in awc_802_11_tx_find_path_and_post()1852 if (tx_buff->u.tx.fid_size <= AWC_TX_ALLOC_SMALL_SIZE) in awc_802_11_after_failed_tx_packet_to_card_write()1874 if (tx_buff->u.tx.fid_size <= AWC_TX_ALLOC_SMALL_SIZE){ in awc_802_11_after_tx_complete()2463 if (fid->u.tx.fid_size <= AWC_TX_ALLOC_SMALL_SIZE) in awc_interrupt_process()3020 if (fid->u.tx.fid_size <= AWC_TX_ALLOC_SMALL_SIZE) in awc_tx_timeout()
598 #define AWC_TX_ALLOC_SMALL_SIZE 200 macro