Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c770 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_mcg_attach()
853 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_mcg_attach()
911 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_mcg_attach()
1056 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_mcg_attach()
1082 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_mcg_attach()
1110 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_mcg_attach()
1176 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_mcg_detach()
1228 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_mcg_detach()
1639 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_mcg_hash_list_remove()
1662 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_mcg_hash_list_remove()
[all …]
H A Dhermon_qpmod.c1097 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_qp_reset2init()
1299 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_qp_init2init()
1673 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_qp_init2rtr()
1942 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_qp_rtr2rts()
2173 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_qp_rts2rts()
2223 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_qp_rts2sqd()
2532 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_qp_sqd2rts()
3108 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_qp_to_error()
3148 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_qp_to_reset()
3292 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_qp_reset2err()
[all …]
H A Dhermon_mr.c376 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_mr_register_shared()
597 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_mr_alloc_fmr()
835 HERMON_CMD_INVALID_STATUS) { in hermon_mr_deregister()
1314 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_mw_alloc()
1390 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_mw_free()
1741 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_mr_common_reg()
1968 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_dma_mr_register()
2129 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_mr_alloc_lkey()
2219 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_mr_fexch_mpt_init()
2248 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_mr_fexch_mpt_fini()
[all …]
H A Dhermon_srq.c351 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_srq_alloc()
537 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_srq_free()
788 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_srq_modify()
H A Dhermon_cq.c323 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_cq_alloc()
505 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_cq_free()
733 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_cq_resize()
807 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_cq_modify()
825 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_cq_modify()
H A Dhermon_cmd.c129 cmdptr->cmd_status = HERMON_CMD_INVALID_STATUS; in hermon_cmd_post()
169 while (cmdptr->cmd_status == HERMON_CMD_INVALID_STATUS) { in hermon_cmd_post()
254 case HERMON_CMD_INVALID_STATUS: in hermon_cmd_check_status()
902 (*cmd_ptr)->cmd_status = HERMON_CMD_INVALID_STATUS; in hermon_outstanding_cmd_alloc()
1204 return (HERMON_CMD_INVALID_STATUS); in hermon_write_hcr()
3044 return (HERMON_CMD_INVALID_STATUS); in hermon_cmn_ownership_cmd_post()
H A Dhermon_qp.c2204 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_qp_query()
2773 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_special_qp_rsrc_free()
2798 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_special_qp_rsrc_free()
H A Dhermon_event.c846 if (status == HERMON_CMD_INVALID_STATUS) { in hermon_eq_alloc()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cmd.h209 #define HERMON_CMD_INVALID_STATUS 0xFFFF /* -1 */ macro