Home
last modified time | relevance | path

Searched refs:LBS_UPLD_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/marvell/libertas/
H A Ddev.h132 u8 resp_buf[2][LBS_UPLD_SIZE];
157 u8 tx_pending_buf[LBS_UPLD_SIZE];
H A Ddefs.h132 #define LBS_UPLD_SIZE 2312 macro
H A Dif_spi.c683 BUILD_BUG_ON(IF_SPI_CMD_BUF_SIZE < LBS_UPLD_SIZE); in if_spi_c2h_cmd()