Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dfwofld.c2126 u8 append_size; in mac_bcn_filter_rssi() local
2132 append_size = (size + 3) & (~0x3); in mac_bcn_filter_rssi()
2138 buffer = h2cb_put(h2cb, sizeof(struct fwcmd_ofld_rssi) + append_size); in mac_bcn_filter_rssi()
2150 for (sh = 0; sh < (append_size >> 2) ; sh++) in mac_bcn_filter_rssi()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dfwofld.c2126 u8 append_size; in mac_bcn_filter_rssi() local
2132 append_size = (size + 3) & (~0x3); in mac_bcn_filter_rssi()
2138 buffer = h2cb_put(h2cb, sizeof(struct fwcmd_ofld_rssi) + append_size); in mac_bcn_filter_rssi()
2150 for (sh = 0; sh < (append_size >> 2) ; sh++) in mac_bcn_filter_rssi()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/
H A Dniu.c3419 u32 rcr_size, append_size; in niu_process_rx_pkt() local
3428 append_size = len + ETH_HLEN + ETH_FCS_LEN; in niu_process_rx_pkt()
3450 append_size = append_size - skb->len; in niu_process_rx_pkt()
3452 niu_rx_skb_append(skb, page, off, append_size, rcr_size); in niu_process_rx_pkt()