Home
last modified time | relevance | path

Searched refs:WL1271_AGGR_BUFFER_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/net/wireless/wl12xx/
Dspi.c69 #define WSPI_MAX_NUM_OF_CHUNKS (WL1271_AGGR_BUFFER_SIZE / WSPI_MAX_CHUNK_SIZE)
283 WARN_ON(len > WL1271_AGGR_BUFFER_SIZE); in wl1271_spi_raw_write()
Drx.c154 if (buf_size + pkt_length > WL1271_AGGR_BUFFER_SIZE) in wl1271_rx()
Dwl12xx.h173 #define WL1271_AGGR_BUFFER_SIZE (4 * PAGE_SIZE) macro
Dtx.c138 if (buf_offset + total_len > WL1271_AGGR_BUFFER_SIZE) in wl1271_tx_allocate()
Dmain.c3474 order = get_order(WL1271_AGGR_BUFFER_SIZE); in wl1271_alloc_hw()
3531 get_order(WL1271_AGGR_BUFFER_SIZE)); in wl1271_free_hw()