Lines Matching full:token
14 * @token: Returned token; use in subsequent API calls
19 * This function returns a unique authentication token,
21 * portal; this token must be used in all subsequent commands for
29 u16 *token) in dpmac_open() argument
48 *token = mc_cmd_hdr_read_token(&cmd); in dpmac_open()
57 * @token: Token of DPMAC object
66 u16 token) in dpmac_close() argument
72 token); in dpmac_close()
83 * @token: Token of DPMAC object
90 u16 token, in dpmac_get_attributes() argument
100 token); in dpmac_get_attributes()
121 * @token: Token of DPMAC object
128 u16 token, in dpmac_set_link_state() argument
137 token); in dpmac_set_link_state()
155 * @token: Token of DPMAC object
161 int dpmac_get_counter(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, in dpmac_get_counter() argument
171 token); in dpmac_get_counter()