Home
last modified time | relevance | path

Searched refs:tot_len (Results 1 – 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dbcmip.h104 uint16 tot_len; /* Number of bytes in packet (max 65535) */ member
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c1552 int tot_len = 0; in dhd_load_file_bytes() local
1567 while (tot_len < fsize) { in dhd_load_file_bytes()
1568 read_len = fsize - tot_len; in dhd_load_file_bytes()
1615 tot_len += len; in dhd_load_file_bytes()