Searched refs:in_cmd_size (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/libertas/ |
D | cmd.h | 43 struct cmd_header *in_cmd, int in_cmd_size); 46 struct cmd_header *in_cmd, int in_cmd_size, 51 uint16_t command, struct cmd_header *in_cmd, int in_cmd_size,
|
D | cmd.c | 1619 uint16_t command, struct cmd_header *in_cmd, int in_cmd_size, in __lbs_cmd_async() argument 1658 memcpy(cmdnode->cmdbuf, in_cmd, in_cmd_size); in __lbs_cmd_async() 1662 cmdnode->cmdbuf->size = cpu_to_le16(in_cmd_size); in __lbs_cmd_async() 1677 struct cmd_header *in_cmd, int in_cmd_size) in lbs_cmd_async() argument 1680 __lbs_cmd_async(priv, command, in_cmd, in_cmd_size, in lbs_cmd_async() 1686 struct cmd_header *in_cmd, int in_cmd_size, in __lbs_cmd() argument 1696 cmdnode = __lbs_cmd_async(priv, command, in_cmd, in_cmd_size, in __lbs_cmd()
|
/drivers/net/wireless/libertas_tf/ |
D | cmd.c | 608 uint16_t command, struct cmd_header *in_cmd, int in_cmd_size, in __lbtf_cmd_async() argument 637 memcpy(cmdnode->cmdbuf, in_cmd, in_cmd_size); in __lbtf_cmd_async() 642 cmdnode->cmdbuf->size = cpu_to_le16(in_cmd_size); in __lbtf_cmd_async() 658 struct cmd_header *in_cmd, int in_cmd_size) in lbtf_cmd_async() argument 661 __lbtf_cmd_async(priv, command, in_cmd, in_cmd_size, NULL, 0); in lbtf_cmd_async() 666 struct cmd_header *in_cmd, int in_cmd_size, in __lbtf_cmd() argument 677 cmdnode = __lbtf_cmd_async(priv, command, in_cmd, in_cmd_size, in __lbtf_cmd()
|
D | libertas_tf.h | 510 struct cmd_header *in_cmd, int in_cmd_size); 513 struct cmd_header *in_cmd, int in_cmd_size,
|