Home
last modified time | relevance | path

Searched refs:SNIC_BUG_ON (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/snic/
Dsnic_io.c41 SNIC_BUG_ON(buf->os_buf == NULL); in snic_wq_cmpl_frame_send()
66 SNIC_BUG_ON(q_num != 0); in snic_wq_cmpl_handler_cont()
115 SNIC_BUG_ON(rqi->list.next == NULL); /* if not added to spl_cmd_list */ in snic_free_wq_buf()
152 SNIC_BUG_ON(q_num > 0); in snic_wqdesc_avail()
268 SNIC_BUG_ON(sg_cnt > SNIC_MAX_SG_DESC_CNT); in snic_req_init()
290 SNIC_BUG_ON(!rqi); in snic_abort_req_init()
321 SNIC_BUG_ON(!rqi); in snic_dr_req_init()
331 SNIC_BUG_ON(rqi->dr_req != NULL); in snic_dr_req_init()
344 SNIC_BUG_ON(rqi->req == rqi->abort_req); in snic_req_free()
345 SNIC_BUG_ON(rqi->req == rqi->dr_req); in snic_req_free()
[all …]
Dsnic_res.c123 SNIC_BUG_ON(snic->wq_count == 0); in snic_get_res_counts()
125 SNIC_BUG_ON(snic->cq_count == 0); in snic_get_res_counts()
128 SNIC_BUG_ON(snic->intr_count == 0); in snic_get_res_counts()
168 SNIC_BUG_ON(intr_mode != VNIC_DEV_INTR_MODE_MSIX); in snic_alloc_vnic_res()
197 SNIC_BUG_ON(snic->cq_count != 2 * snic->wq_count); in snic_alloc_vnic_res()
250 SNIC_BUG_ON(intr_mode != VNIC_DEV_INTR_MODE_MSIX); in snic_alloc_vnic_res()
Dsnic_disc.c100 SNIC_BUG_ON(ntgts == 0); in snic_queue_report_tgt_req()
112 SNIC_BUG_ON((((unsigned long)buf) % SNIC_SG_DESC_ALIGN) != 0); in snic_queue_report_tgt_req()
127 SNIC_BUG_ON(pa == 0); in snic_queue_report_tgt_req()
214 SNIC_BUG_ON(!list_empty(&tgt->list)); in snic_tgt_dev_release()
273 SNIC_BUG_ON(le16_to_cpu(tgtid->tgt_type) > SNIC_TGT_SAN); in snic_tgt_create()
374 SNIC_BUG_ON(snic->disc.rtgt_cnt == 0 || tgtid == NULL); in snic_handle_tgt_disc()
423 SNIC_BUG_ON(tgt_cnt > snic->fwinfo.max_tgts); in snic_report_tgt_cmpl_handler()
Dsnic_scsi.c134 SNIC_BUG_ON(!((CMD_STATE(sc) == SNIC_IOREQ_COMPLETE) || in snic_release_req_buf()
388 SNIC_BUG_ON(1); in snic_proc_tmreq_pending_state()
400 SNIC_BUG_ON(1); in snic_proc_tmreq_pending_state()
607 SNIC_BUG_ON(rqi != (struct snic_req_info *)ctx); in snic_icmnd_cmpl_handler()
907 SNIC_BUG_ON(1); in snic_process_itmf_cmpl()
953 SNIC_BUG_ON(1); in snic_itmf_cmpl_handler()
1039 SNIC_BUG_ON(1); in snic_hba_reset_cmpl_handler()
1094 SNIC_BUG_ON(snic_get_state(snic) != SNIC_OFFLINE && in snic_hba_reset_cmpl_handler()
1188 SNIC_BUG_ON(1); in snic_aen_handler()
1214 SNIC_BUG_ON((fwreq->hdr.type > SNIC_RSP_BOOT_LUNS_CMPL) && in snic_io_cmpl_handler()
[all …]
Dsnic.h176 #define SNIC_BUG_ON(EXPR) \ macro
184 #define SNIC_BUG_ON(EXPR) \ macro
Dsnic_main.c316 SNIC_BUG_ON(shost->work_q != NULL); in snic_add_host()
462 SNIC_BUG_ON(snic->bar0.bus_addr == 0); in snic_probe()
938 SNIC_BUG_ON(snic_glob == NULL); in snic_global_data_cleanup()
Dsnic_isr.c109 SNIC_BUG_ON(intr_mode != VNIC_DEV_INTR_MODE_MSIX); in snic_request_intr()
Dsnic_ctl.c166 SNIC_BUG_ON(snic->config.hid != hid); in snic_io_exch_ver_cmpl_handler()
Dsnic_debugfs.c64 SNIC_BUG_ON(!inode->i_private); in snic_reset_stats_open()