Lines Matching refs:cmd
102 void (*callback) (struct il_priv *il, struct il_device_cmd *cmd,
153 struct il_device_cmd **cmd; member
525 u8 cmd[360]; member
558 } __packed cmd; member
572 } __packed cmd; member
578 void (*callback) (struct il_priv *il, struct il_device_cmd *cmd,
1577 u16(*build_addsta_hcmd) (const struct il_addsta_cmd *cmd, u8 *data);
1814 const char *il_get_cmd_string(u8 cmd);
1815 int __must_check il_send_cmd_sync(struct il_priv *il, struct il_host_cmd *cmd);
1816 int il_send_cmd(struct il_priv *il, struct il_host_cmd *cmd);
1821 struct il_device_cmd *cmd,
1824 int il_enqueue_hcmd(struct il_priv *il, struct il_host_cmd *cmd);
1988 pkt->hdr.cmd != N_STATS && pkt->hdr.cmd != C_TX && in il_need_reclaim()
1989 pkt->hdr.cmd != N_RX_PHY && pkt->hdr.cmd != N_RX && in il_need_reclaim()
1990 pkt->hdr.cmd != N_RX_MPDU && pkt->hdr.cmd != N_COMPRESSED_BA; in il_need_reclaim()