Lines Matching refs:code
2773 if (pkt->hdr.code != IWM_CALIB_RES_NOTIF_PHY_DB) { in iwm_wait_phy_db_entry()
2774 if(pkt->hdr.code != IWM_INIT_COMPLETE_NOTIF) { in iwm_wait_phy_db_entry()
2776 __func__, pkt->hdr.code); in iwm_wait_phy_db_entry()
3556 pkt->hdr.code, pkt->hdr.qid, pkt->hdr.idx); in iwm_cmd_done()
3735 cmd->hdr.code = IWM_TX_CMD; in iwm_tx()
5264 int qid, idx, code, len; in iwm_handle_rxb() local
5269 code = IWM_WIDE_ID(pkt->hdr.flags, pkt->hdr.code); in iwm_handle_rxb()
5275 if ((pkt->hdr.code == 0 && (qid & ~0x80) == 0 && idx == 0) || in iwm_handle_rxb()
5282 qid & ~0x80, pkt->hdr.idx, code); in iwm_handle_rxb()
5288 iwm_notification_wait_notify(sc->sc_notif_wait, code, pkt); in iwm_handle_rxb()
5290 switch (code) { in iwm_handle_rxb()
5303 (nextpkt->hdr.code == 0 && in iwm_handle_rxb()
5541 code, qid & ~0x80, idx, pkt->len_n_flags); in iwm_handle_rxb()