Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_func_88xx.c3544 u32 h2c_pkt_verify_size = 64, h2c_pkt_verify_payload = 0xab; in halmac_verify_send_rsvd_page_88xx() local
3550 rsvd_buf = kzalloc(h2c_pkt_verify_size, GFP_KERNEL); in halmac_verify_send_rsvd_page_88xx()
3555 memset(rsvd_buf, (u8)h2c_pkt_verify_payload, h2c_pkt_verify_size); in halmac_verify_send_rsvd_page_88xx()
3558 h2c_pkt_verify_size); in halmac_verify_send_rsvd_page_88xx()
3565 rsvd_page = kzalloc(h2c_pkt_verify_size + in halmac_verify_send_rsvd_page_88xx()
3576 h2c_pkt_verify_size + in halmac_verify_send_rsvd_page_88xx()
3586 for (i = 0; i < h2c_pkt_verify_size; i++) { in halmac_verify_send_rsvd_page_88xx()