Searched refs:bhstmr_opcode (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/iscsi/
H A Discsi_proto.h152 uint8_t bhstmr_opcode; member in struct:iscsi_bhs_task_management_request
179 uint8_t bhstmr_opcode; member in struct:iscsi_bhs_task_management_response
H A Discsi.c2209 bhstmr->bhstmr_opcode = ISCSI_BHS_OPCODE_TASK_REQUEST;
/freebsd-12-stable/sys/cam/ctl/
H A Dctl_frontend_iscsi.c660 bhstmr2->bhstmr_opcode = ISCSI_BHS_OPCODE_TASK_RESPONSE;
2894 KASSERT((bhstmr->bhstmr_opcode & ~ISCSI_BHS_OPCODE_IMMEDIATE) ==
2896 ("replying to wrong opcode 0x%x", bhstmr->bhstmr_opcode));
2937 bhstmr2->bhstmr_opcode = ISCSI_BHS_OPCODE_TASK_RESPONSE;

Completed in 165 milliseconds