Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/iscsi/
H A Discsi_proto.h148 uint8_t bhstmr_opcode; member
175 uint8_t bhstmr_opcode; member
H A Discsi.c2207 bhstmr->bhstmr_opcode = ISCSI_BHS_OPCODE_TASK_REQUEST; in iscsi_action_abort()
/freebsd-12.1/sys/cam/ctl/
H A Dctl_frontend_iscsi.c657 bhstmr2->bhstmr_opcode = ISCSI_BHS_OPCODE_TASK_RESPONSE; in cfiscsi_pdu_handle_task_request()
2905 KASSERT((bhstmr->bhstmr_opcode & ~ISCSI_BHS_OPCODE_IMMEDIATE) == in cfiscsi_task_management_done()
2907 ("replying to wrong opcode 0x%x", bhstmr->bhstmr_opcode)); in cfiscsi_task_management_done()
2948 bhstmr2->bhstmr_opcode = ISCSI_BHS_OPCODE_TASK_RESPONSE; in cfiscsi_task_management_done()