Lines Matching full:op_mode
48 * 4) At some point (i.e. mac80211's start call), the op_mode will call
108 * @CMD_WANT_ASYNC_CALLBACK: the op_mode's async callback function must be
388 * @op_mode: pointer to the upper layer.
414 struct iwl_op_mode *op_mode; member
492 * @tx: send an skb. The transport relies on the op_mode to zero the
495 * IPv4). If the MPDU is a single MSDU, the op_mode must compute the IP
502 * this one. The op_mode must not configure the HCMD queue. The scheduler
530 * the op_mode. May be called several times before start_fw, can't be
970 * @op_mode - pointer to the op_mode
1006 struct iwl_op_mode *op_mode; member
1068 trans->op_mode = trans_cfg->op_mode; in iwl_trans_configure()
1088 trans->op_mode = NULL; in iwl_trans_op_mode_leave()
1465 if (WARN_ON_ONCE(!trans->op_mode)) in iwl_trans_fw_error()
1470 iwl_op_mode_nic_error(trans->op_mode, sync); in iwl_trans_fw_error()