Lines Matching refs:pkt
65 struct iwl_rx_packet *pkt) in iwl_process_add_sta_resp() argument
67 struct iwl_add_sta_resp *add_sta_resp = (void *)pkt->data; in iwl_process_add_sta_resp()
71 if (pkt->hdr.flags & IWL_CMD_FAILED_MSK) { in iwl_process_add_sta_resp()
73 pkt->hdr.flags); in iwl_process_add_sta_resp()
130 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwl_add_sta_callback() local
135 return iwl_process_add_sta_resp(priv, (void *)cmd->payload, pkt); in iwl_add_sta_callback()
452 struct iwl_rx_packet *pkt; in iwl_send_remove_station() local
473 pkt = cmd.resp_pkt; in iwl_send_remove_station()
474 if (pkt->hdr.flags & IWL_CMD_FAILED_MSK) { in iwl_send_remove_station()
476 pkt->hdr.flags); in iwl_send_remove_station()
481 struct iwl_rem_sta_resp *rem_sta_resp = (void *)pkt->data; in iwl_send_remove_station()