Searched refs:cur_frag_rem (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_xmit.c | 6563 u32 cur_frag_total, cur_frag_rem; in _fill_txreq_list_skb() local 6570 cur_frag_rem = rtw_min(cur_frag_total - offset, rem_sz); in _fill_txreq_list_skb() 6571 PKT_LIST_APPEND(skb->data + offset, cur_frag_rem); in _fill_txreq_list_skb() 6572 rem_sz -= cur_frag_rem; in _fill_txreq_list_skb() 6586 cur_frag_rem = cur_frag_total - offset; in _fill_txreq_list_skb() 6588 if (rem_sz < cur_frag_rem) { in _fill_txreq_list_skb() 6591 __func__, __LINE__, rem_sz, cur_frag_rem, txreq->total_len); in _fill_txreq_list_skb() 6595 PKT_LIST_APPEND(addr + offset, cur_frag_rem); in _fill_txreq_list_skb() 6597 __func__, __LINE__, cur_frag_rem, txreq->total_len); in _fill_txreq_list_skb() 6598 rem_sz -= cur_frag_rem; in _fill_txreq_list_skb()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_xmit.c | 6545 u32 cur_frag_total, cur_frag_rem; in _fill_txreq_list_skb() local 6552 cur_frag_rem = rtw_min(cur_frag_total - offset, rem_sz); in _fill_txreq_list_skb() 6553 PKT_LIST_APPEND(skb->data + offset, cur_frag_rem); in _fill_txreq_list_skb() 6554 rem_sz -= cur_frag_rem; in _fill_txreq_list_skb() 6568 cur_frag_rem = cur_frag_total - offset; in _fill_txreq_list_skb() 6570 if (rem_sz < cur_frag_rem) { in _fill_txreq_list_skb() 6573 __func__, __LINE__, rem_sz, cur_frag_rem, txreq->total_len); in _fill_txreq_list_skb() 6577 PKT_LIST_APPEND(addr + offset, cur_frag_rem); in _fill_txreq_list_skb() 6579 __func__, __LINE__, cur_frag_rem, txreq->total_len); in _fill_txreq_list_skb() 6580 rem_sz -= cur_frag_rem; in _fill_txreq_list_skb()
|