Home
last modified time | relevance | path

Searched refs:LPFC_MBOXQ_t (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c71 static int lpfc_sli_issue_mbox_s4(struct lpfc_hba *, LPFC_MBOXQ_t *,
73 static int lpfc_sli4_read_rev(struct lpfc_hba *, LPFC_MBOXQ_t *,
1674 LPFC_MBOXQ_t *pmb; in lpfc_sli_ring_map()
1678 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli_ring_map()
2822 lpfc_sli_wake_mbox_wait(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmboxq) in lpfc_sli_wake_mbox_wait()
2851 lpfc_sli_def_mbox_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) in lpfc_sli_def_mbox_cmpl()
2964 lpfc_sli4_unreg_rpi_cmpl_clr(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) in lpfc_sli4_unreg_rpi_cmpl_clr()
3040 LPFC_MBOXQ_t *pmb; in lpfc_sli_handle_mb_event()
3053 list_remove_head(&cmplq, pmb, LPFC_MBOXQ_t, list); in lpfc_sli_handle_mb_event()
4966 LPFC_MBOXQ_t *pmb; in lpfc_sli_brdkill()
[all …]
H A Dlpfc_sli.h216 } LPFC_MBOXQ_t; typedef
392 LPFC_MBOXQ_t *mbox_active; /* active mboxq information */
H A Dlpfc_mem.c60 lpfc_mem_free_sli_mbox(struct lpfc_hba *phba, LPFC_MBOXQ_t *mbox) in lpfc_mem_free_sli_mbox()
137 sizeof(LPFC_MBOXQ_t)); in lpfc_mem_alloc()
311 LPFC_MBOXQ_t *mbox, *next_mbox; in lpfc_mem_free_all()
H A Dlpfc_bsg.c82 LPFC_MBOXQ_t *pmboxq;
1754 LPFC_MBOXQ_t *pmboxq = NULL; in lpfc_sli3_bsg_diag_loopback_mode()
1789 memset((void *)pmboxq, 0, sizeof(LPFC_MBOXQ_t)); in lpfc_sli3_bsg_diag_loopback_mode()
1806 memset((void *)pmboxq, 0, sizeof(LPFC_MBOXQ_t)); in lpfc_sli3_bsg_diag_loopback_mode()
1872 LPFC_MBOXQ_t *pmboxq; in lpfc_sli4_bsg_set_link_diag_state()
1936 LPFC_MBOXQ_t *pmboxq; in lpfc_sli4_bsg_set_loopback_mode()
2353 LPFC_MBOXQ_t *pmboxq; in lpfc_sli4_bsg_link_diag_test()
2497 LPFC_MBOXQ_t *mbox; in lpfcdiag_loop_self_reg()
2561 LPFC_MBOXQ_t *mbox; in lpfcdiag_loop_self_unreg()
3383 lpfc_bsg_issue_mbox_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmboxq) in lpfc_bsg_issue_mbox_cmpl()
[all …]
H A Dlpfc_init.c127 LPFC_MBOXQ_t *pmb; in lpfc_config_port_prep()
290 lpfc_config_async_cmpl(struct lpfc_hba * phba, LPFC_MBOXQ_t * pmboxq) in lpfc_config_async_cmpl()
311 lpfc_dump_wakeup_param_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmboxq) in lpfc_dump_wakeup_param_cmpl()
422 LPFC_MBOXQ_t *pmb; in lpfc_config_port_post()
682 LPFC_MBOXQ_t *mboxq; in lpfc_sli4_refresh_params()
687 mboxq = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_refresh_params()
764 LPFC_MBOXQ_t *pmb; in lpfc_hba_init_link_fc_topology()
848 LPFC_MBOXQ_t *pmb; in lpfc_hba_down_link()
1260 lpfc_hb_mbox_cmpl(struct lpfc_hba * phba, LPFC_MBOXQ_t * pmboxq) in lpfc_hb_mbox_cmpl()
1451 LPFC_MBOXQ_t *pmboxq; in lpfc_issue_hb_mbox()
[all …]
H A Dlpfc_attr.c1324 LPFC_MBOXQ_t *pmboxq; in lpfc_issue_lip()
1341 memset((void *)pmboxq, 0, sizeof (LPFC_MBOXQ_t)); in lpfc_issue_lip()
1353 memset((void *)pmboxq, 0, sizeof (LPFC_MBOXQ_t)); in lpfc_issue_lip()
1870 LPFC_MBOXQ_t *mbox = NULL; in lpfc_set_trunking()
2178 LPFC_MBOXQ_t *pmboxq; in lpfc_get_hba_info()
2200 memset(pmboxq, 0, sizeof (LPFC_MBOXQ_t)); in lpfc_get_hba_info()
6660 LPFC_MBOXQ_t *pmboxq; in lpfc_get_stats()
6679 memset(pmboxq, 0, sizeof (LPFC_MBOXQ_t)); in lpfc_get_stats()
6734 memset(pmboxq, 0, sizeof (LPFC_MBOXQ_t)); in lpfc_get_stats()
6808 LPFC_MBOXQ_t *pmboxq; in lpfc_reset_stats()
[all …]
H A Dlpfc_vport.c120 LPFC_MBOXQ_t *pmb; in lpfc_vport_sparm()