Searched refs:mbx_cmd (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_mpi.c | 169 ql_issue_mailbox_cmd(qlge_t *qlge, mbx_cmd_t *mbx_cmd) in ql_issue_mailbox_cmd() argument 199 ql_write_reg(qlge, REG_PROCESSOR_DATA, mbx_cmd->mb[i]); in ql_issue_mailbox_cmd() 203 __func__, qlge->instance, mbx_cmd->mb[i], i, addr)); in ql_issue_mailbox_cmd() 228 ql_issue_mailbox_cmd_and_poll_rsp(qlge_t *qlge, mbx_cmd_t *mbx_cmd, in ql_issue_mailbox_cmd_and_poll_rsp() argument 235 if (mbx_cmd == NULL) in ql_issue_mailbox_cmd_and_poll_rsp() 238 rtn_val = ql_issue_mailbox_cmd(qlge, mbx_cmd); in ql_issue_mailbox_cmd_and_poll_rsp() 249 if (ql_poll_processor_intr(qlge, (uint8_t)mbx_cmd->timeout) in ql_issue_mailbox_cmd_and_poll_rsp() 293 ql_issue_mailbox_cmd_and_wait_rsp(qlge_t *qlge, mbx_cmd_t *mbx_cmd) in ql_issue_mailbox_cmd_and_wait_rsp() argument 300 if (mbx_cmd == NULL) in ql_issue_mailbox_cmd_and_wait_rsp() 307 rtn_val = ql_issue_mailbox_cmd_and_poll_rsp(qlge, mbx_cmd, in ql_issue_mailbox_cmd_and_wait_rsp() [all …]
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_mbx.h | 401 typedef struct mbx_cmd { struct
|
H A D | ql_api.h | 1482 struct mbx_cmd *mcp;
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_mbx.c | 93 int mbx_cmd = mcp->mb[0]; in ql_mailbox_command() local 95 QL_PRINT_3(CE_CONT, "(%d): started, cmd=%xh\n", ha->instance, mbx_cmd); in ql_mailbox_command() 284 mbx_cmd_text(mbx_cmd), rval, mcp->mb[0]); in ql_mailbox_command()
|
H A D | ql_api.c | 17328 mbx_cmd_text(int mbx_cmd) in mbx_cmd_text() argument 17332 return (cmd_text(entry, mbx_cmd)); in mbx_cmd_text()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge_hw.h | 1690 typedef struct mbx_cmd { struct
|