Home
last modified time | relevance | path

Searched refs:len_consistent (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_sdio.c6413 bool len_consistent; /* Result of comparing readahead len and len from hw-hdr */ local
6703 len_consistent = (nextlen != spilen);
6705 len_consistent = (nextlen != len);
6708 len_consistent = (nextlen != (ROUNDUP(len, 16) >> 4));
6709 if (len_consistent) {
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_sdio.c6475 bool len_consistent; /* Result of comparing readahead len and len from hw-hdr */ local
6765 len_consistent = (nextlen != spilen);
6767 len_consistent = (nextlen != len);
6770 len_consistent = (nextlen != (ROUNDUP(len, 16) >> 4));
6771 if (len_consistent) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_sdio.c6409 bool len_consistent; /* Result of comparing readahead len and len from hw-hdr */ local
6699 len_consistent = (nextlen != spilen);
6701 len_consistent = (nextlen != len);
6704 len_consistent = (nextlen != (ROUNDUP(len, 16) >> 4));
6705 if (len_consistent) {
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_sdio.c6781 bool len_consistent; /* Result of comparing readahead len and len from hw-hdr */ in dhdsdio_readframes() local
7080 len_consistent = (nextlen != spilen); in dhdsdio_readframes()
7082 len_consistent = (nextlen != len); in dhdsdio_readframes()
7085 len_consistent = (nextlen != (ROUNDUP(len, 16) >> 4)); in dhdsdio_readframes()
7086 if (len_consistent) { in dhdsdio_readframes()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_sdio.c6770 bool len_consistent; /* Result of comparing readahead len and len from hw-hdr */ in dhdsdio_readframes() local
7069 len_consistent = (nextlen != spilen); in dhdsdio_readframes()
7071 len_consistent = (nextlen != len); in dhdsdio_readframes()
7074 len_consistent = (nextlen != (ROUNDUP(len, 16) >> 4)); in dhdsdio_readframes()
7075 if (len_consistent) { in dhdsdio_readframes()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_sdio.c6213 bool len_consistent; /* Result of comparing readahead len and len from hw-hdr */ in dhdsdio_readframes() local
6439 len_consistent = (nextlen != (ROUNDUP(len, 16) >> 4)); in dhdsdio_readframes()
6440 if (len_consistent) { in dhdsdio_readframes()