Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c216 mbq->nonembed = NULL; in emlxs_mb_resetport()
250 mbq->nonembed = NULL; in emlxs_mb_request_features()
272 mbq->nonembed = NULL; in emlxs_mb_noop()
319 mbq->nonembed = (void *)mp; in emlxs_mbext_noop()
349 mbq->nonembed = NULL; in emlxs_mb_eq_create()
399 mbq->nonembed = NULL; in emlxs_mb_cq_create()
494 mbq->nonembed = NULL; in emlxs_mb_get_port_name()
535 mbq->nonembed = NULL; in emlxs_mb_get_sli4_params()
566 mbq->nonembed = NULL; in emlxs_mb_get_extents_info()
605 mbq->nonembed = NULL; in emlxs_mb_get_extents()
[all …]
H A Demlxs_fcf.c3219 mbq->nonembed = NULL; in emlxs_fc_fcftab_topo_action()
3485 mbq->nonembed = NULL; in emlxs_fc_fcftab_cfglink_action()
3809 mbq->nonembed = NULL; in emlxs_fc_fcftab_sparm_action()
5397 if (mbq->nonembed) { in emlxs_fcoe_fcftab_sol_mbcmpl()
5400 mp = (MATCHMAP *)mbq->nonembed; in emlxs_fcoe_fcftab_sol_mbcmpl()
5401 mbq->nonembed = NULL; in emlxs_fcoe_fcftab_sol_mbcmpl()
5545 mbq->nonembed = NULL; in emlxs_fcoe_fcftab_sol_action()
5589 mbq->nonembed = (void *)mp; in emlxs_fcoe_fcftab_sol_action()
5765 mp = (MATCHMAP *)mbq->nonembed; in emlxs_fcoe_fcftab_read_mbcmpl()
5949 mbq->nonembed = (void *)mp; in emlxs_fcoe_fcftab_read_action()
[all …]
H A Demlxs_download.c420 mbq->nonembed = (void *)mp; in emlxs_be_flash_image()
528 mbq->nonembed = (void *)mp; in emlxs_be_verify_crc()
616 mbq->nonembed = (void *)mp; in emlxs_be_verify_phy()
712 mbq->nonembed = (void *)mp; in emlxs_be_read_fw_version()
758 mbq->nonembed = (void *)mp; in emlxs_be_read_fw_version()
1806 mbq->nonembed = NULL; in emlxs_obj_flash_image()
4044 mbq->nonembed = NULL; in emlxs_get_boot_config()
4101 mbq->nonembed = NULL; in emlxs_set_boot_config()
H A Demlxs_sli4.c3156 mp = (MATCHMAP *) mbq->nonembed; in emlxs_sli4_issue_mq()
3239 int nonembed = 0; in emlxs_sli4_issue_bootstrap() local
3243 mp = (MATCHMAP *) mbq->nonembed; in emlxs_sli4_issue_bootstrap()
3267 nonembed = 1; in emlxs_sli4_issue_bootstrap()
3333 if (nonembed && mp) { in emlxs_sli4_issue_bootstrap()
3658 mp = (MATCHMAP *)mbq->nonembed; in emlxs_sli4_issue_mbox_cmd()
3716 mp = (MATCHMAP *)mbq->nonembed; in emlxs_sli4_issue_mbox_cmd()
3816 mp = (MATCHMAP *)mbq->nonembed; in emlxs_sli4_issue_mbox_cmd4quiesce()
5319 if (mbq->nonembed) { in emlxs_sli4_process_mbox_event()
5320 mbox_nonembed = (MATCHMAP *)mbq->nonembed; in emlxs_sli4_process_mbox_event()
[all …]
H A Demlxs_dump.c3731 mbq->nonembed = (void *)mp; in emlxs_dump_tigershark_log()
3793 mbq->nonembed = (void *)mp; in emlxs_dump_tigershark_log()
H A Demlxs_dfc.c10548 mbq->nonembed = (void *) mp; in emlxs_dfc_send_mbox4()
10866 mbq->nonembed = (void *)mp; in emlxs_dfc_rd_be_fcf()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h4655 void *nonembed; /* ptr to data buffer */ member