Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_misc.c5132 inline mlan_status push_n(pmlan_adapter pmadapter, mef_stack *s, t_u8 len, in push_n() function
5161 ret = push_n(pmadapter, s, 4, op->val); in mef_push()
5163 ret = push_n(pmadapter, s, 1, &op->operand_type); in mef_push()
5170 push_n(pmadapter, s, nbytes, op->val + 1) && in mef_push()
5171 MLAN_STATUS_SUCCESS == push_n(pmadapter, s, 1, op->val) && in mef_push()
5173 push_n(pmadapter, s, 1, &op->operand_type)) in mef_push()
5179 ret = push_n(pmadapter, s, 1, &op->operand_type); in mef_push()