Searched refs:in_cmd (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/wireless/marvell/libertas/ |
H A D | cmd.h | 44 struct cmd_header *in_cmd, int in_cmd_size); 47 struct cmd_header *in_cmd, int in_cmd_size, 52 uint16_t command, struct cmd_header *in_cmd, int in_cmd_size,
|
H A D | cmd.c | 1508 uint16_t command, struct cmd_header *in_cmd, int in_cmd_size, in __lbs_cmd_async() argument 1545 memcpy(cmdnode->cmdbuf, in_cmd, in_cmd_size); in __lbs_cmd_async() 1563 struct cmd_header *in_cmd, int in_cmd_size) in lbs_cmd_async() argument 1565 __lbs_cmd_async(priv, command, in_cmd, in_cmd_size, in lbs_cmd_async() 1570 struct cmd_header *in_cmd, int in_cmd_size, in __lbs_cmd() argument 1578 cmdnode = __lbs_cmd_async(priv, command, in_cmd, in_cmd_size, in __lbs_cmd()
|
/linux/drivers/net/wireless/marvell/libertas_tf/ |
H A D | cmd.c | 604 uint16_t command, struct cmd_header *in_cmd, int in_cmd_size, in __lbtf_cmd_async() argument 633 memcpy(cmdnode->cmdbuf, in_cmd, in_cmd_size); in __lbtf_cmd_async() 654 struct cmd_header *in_cmd, int in_cmd_size) in lbtf_cmd_async() argument 657 __lbtf_cmd_async(priv, command, in_cmd, in_cmd_size, NULL, 0); in lbtf_cmd_async() 662 struct cmd_header *in_cmd, int in_cmd_size, in __lbtf_cmd() argument 673 cmdnode = __lbtf_cmd_async(priv, command, in_cmd, in_cmd_size, in __lbtf_cmd()
|
H A D | libertas_tf.h | 508 struct cmd_header *in_cmd, int in_cmd_size); 511 struct cmd_header *in_cmd, int in_cmd_size,
|