Searched refs:hdr_req (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c228 mb4->un.varSLIConfig.be.un_hdr.hdr_req.subsystem =
230 mb4->un.varSLIConfig.be.un_hdr.hdr_req.opcode = COMMON_OPCODE_RESET;
231 mb4->un.varSLIConfig.be.un_hdr.hdr_req.timeout = 0;
232 mb4->un.varSLIConfig.be.un_hdr.hdr_req.req_length = 0;
285 mb4->un.varSLIConfig.be.un_hdr.hdr_req.subsystem =
287 mb4->un.varSLIConfig.be.un_hdr.hdr_req.opcode = COMMON_OPCODE_NOP;
288 mb4->un.varSLIConfig.be.un_hdr.hdr_req.timeout = 0;
289 mb4->un.varSLIConfig.be.un_hdr.hdr_req.req_length =
307 mbox_req_hdr_t *hdr_req; local
326 hdr_req
[all...]
H A Demlxs_download.c392 mbox_req_hdr_t *hdr_req; local
426 hdr_req = (mbox_req_hdr_t *)mp->virt;
427 hdr_req->subsystem = IOCTL_SUBSYSTEM_COMMON;
428 hdr_req->opcode = COMMON_OPCODE_WRITE_FLASHROM;
429 hdr_req->timeout = 0;
430 hdr_req->req_length = sizeof (IOCTL_COMMON_FLASHROM) +
433 flashrom = (IOCTL_COMMON_FLASHROM *)(hdr_req + 1);
506 mbox_req_hdr_t *hdr_req; local
534 hdr_req = (mbox_req_hdr_t *)mp->virt;
535 hdr_req
600 mbox_req_hdr_t *hdr_req; local
677 mbox_req_hdr_t *hdr_req; local
1778 mbox_req_hdr_t *hdr_req; local
4022 mbox_req_hdr_t *hdr_req; local
4079 mbox_req_hdr_t *hdr_req; local
[all...]
H A Demlxs_dump.c3705 mbox_req_hdr_t *hdr_req; local
3737 hdr_req = (mbox_req_hdr_t *)mp->virt;
3738 hdr_req->subsystem = IOCTL_SUBSYSTEM_COMMON;
3739 hdr_req->opcode = COMMON_OPCODE_MANAGE_FAT;
3740 hdr_req->timeout = 0;
3741 hdr_req->req_length = sizeof (IOCTL_COMMON_MANAGE_FAT);
3743 fat = (IOCTL_COMMON_MANAGE_FAT *)(hdr_req + 1);
3799 hdr_req = (mbox_req_hdr_t *)mp->virt;
3800 hdr_req->subsystem = IOCTL_SUBSYSTEM_COMMON;
3801 hdr_req
[all...]
H A Demlxs_sli4.c3187 iptr = (uint32_t *)&mb4->un.varSLIConfig.be.un_hdr.hdr_req;
3270 iptr = (uint32_t *)&mb4->un.varSLIConfig.be.un_hdr.hdr_req;
3407 mbox_req_hdr_t *hdr_req; local
3409 hdr_req = (mbox_req_hdr_t *)
3410 &mb4->un.varSLIConfig.be.un_hdr.hdr_req;
3412 if (hdr_req->subsystem == IOCTL_SUBSYSTEM_COMMON) {
3413 switch (hdr_req->opcode) {
3440 } else if (hdr_req->subsystem == IOCTL_SUBSYSTEM_FCOE) {
3441 switch (hdr_req->opcode) {
3501 (mb4->un.varSLIConfig.be.un_hdr.hdr_req
8183 mbox_req_hdr_t *hdr_req; local
[all...]
H A Demlxs_dfc.c10458 mbox_req_hdr_t *hdr_req; local
10552 hdr_req = (mbox_req_hdr_t *)
10553 &mb4->un.varSLIConfig.be.un_hdr.hdr_req;
10559 if ((hdr_req->subsystem == IOCTL_SUBSYSTEM_COMMON) &&
10560 ((hdr_req->opcode == COMMON_OPCODE_WRITE_OBJ) ||
10561 (hdr_req->opcode == COMMON_OPCODE_READ_OBJ_LIST) ||
10562 (hdr_req->opcode == COMMON_OPCODE_READ_OBJ))) {
10564 (IOCTL_COMMON_WRITE_OBJECT *)(hdr_req + 1);
10834 mbox_req_hdr_t *hdr_req; local
10872 hdr_req
[all...]
H A Demlxs_fcf.c5556 mb4->un.varSLIConfig.be.un_hdr.hdr_req.subsystem =
5558 mb4->un.varSLIConfig.be.un_hdr.hdr_req.opcode =
5560 mb4->un.varSLIConfig.be.un_hdr.hdr_req.timeout = 0;
5561 mb4->un.varSLIConfig.be.un_hdr.hdr_req.req_length =
5574 mbox_req_hdr_t *hdr_req; local
5598 hdr_req = (mbox_req_hdr_t *)mp->virt;
5599 hdr_req->subsystem = IOCTL_SUBSYSTEM_FCOE;
5600 hdr_req->opcode = FCOE_OPCODE_ADD_FCF_TABLE;
5601 hdr_req->timeout = 0;
5602 hdr_req
5885 mbox_req_hdr_t *hdr_req; local
7000 mbox_req_hdr_t *hdr_req; local
[all...]
H A Demlxs_solaris.c4854 mbox_req_hdr_t *hdr_req; local
4892 hdr_req = (mbox_req_hdr_t *)
4893 &mb->un.varSLIConfig.be.un_hdr.hdr_req;
4894 hdr_req->subsystem = IOCTL_SUBSYSTEM_COMMON;
4895 hdr_req->opcode = COMMON_OPCODE_GET_PHY_DETAILS;
4896 hdr_req->timeout = 0;
4897 hdr_req->req_length =
4900 phy = (IOCTL_COMMON_GET_PHY_DETAILS *)(hdr_req + 1);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h2717 mbox_req_hdr_t hdr_req; member in union:__anon7429::__anon7430::be_req_hdr::__anon7472

Completed in 159 milliseconds