Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_cmd.c4613 printk("type=%d totalSz=%d fragNum=%d\n", record->type, record->totalSz, record->fragNum);
4614 for(idx1=0; idx1<record->fragNum; idx1++){
4630 printk("type=%d totalSz=%d fragNum=%d\n", record->type, record->totalSz, record->fragNum);
4631 for(idx1=0; idx1<record->fragNum; idx1++){
4762 record->fragNum = txreq->pkt_cnt;
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_cmd.c4591 printk("type=%d totalSz=%d fragNum=%d\n", record->type, record->totalSz, record->fragNum);
4592 for(idx1=0; idx1<record->fragNum; idx1++){
4608 printk("type=%d totalSz=%d fragNum=%d\n", record->type, record->totalSz, record->fragNum);
4609 for(idx1=0; idx1<record->fragNum; idx1++){
4740 record->fragNum = txreq->pkt_cnt;
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Ddrv_types.h1420 u8 fragNum; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Ddrv_types.h1428 u8 fragNum; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h1077 u8 fragNum:4; member