Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_struct.h195 u8 *stainfo_buf; member
H A Dphl_sta.c551 sta_ctrl->stainfo_buf = sta_ctrl->allocated_stainfo_buf; in phl_stainfo_ctrl_init()
554 if (sta_ctrl->stainfo_buf & MEM_ALIGNMENT_PADDING) in phl_stainfo_ctrl_init()
555 sta_ctrl->stainfo_buf += MEM_ALIGNMENT_OFFSET - in phl_stainfo_ctrl_init()
556 (sta_ctrl->stainfo_buf & MEM_ALIGNMENT_PADDING); in phl_stainfo_ctrl_init()
562 psta = (struct rtw_phl_stainfo_t *)(sta_ctrl->stainfo_buf); in phl_stainfo_ctrl_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_struct.h191 u8 *stainfo_buf; member
H A Dphl_sta.c548 sta_ctrl->stainfo_buf = sta_ctrl->allocated_stainfo_buf; in phl_stainfo_ctrl_init()
551 if (sta_ctrl->stainfo_buf & MEM_ALIGNMENT_PADDING) in phl_stainfo_ctrl_init()
552 sta_ctrl->stainfo_buf += MEM_ALIGNMENT_OFFSET - in phl_stainfo_ctrl_init()
553 (sta_ctrl->stainfo_buf & MEM_ALIGNMENT_PADDING); in phl_stainfo_ctrl_init()
559 psta = (struct rtw_phl_stainfo_t *)(sta_ctrl->stainfo_buf); in phl_stainfo_ctrl_init()