Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/iscsi/
H A Discsi_proto.h151 uint8_t bhstmr_opcode; member
178 uint8_t bhstmr_opcode; member
H A Discsi.c2264 bhstmr->bhstmr_opcode = ISCSI_BHS_OPCODE_TASK_REQUEST; in iscsi_action_abort()
/freebsd-13.1/sys/cam/ctl/
H A Dctl_frontend_iscsi.c670 bhstmr2->bhstmr_opcode = ISCSI_BHS_OPCODE_TASK_RESPONSE; in cfiscsi_pdu_handle_task_request()
2954 KASSERT((bhstmr->bhstmr_opcode & ~ISCSI_BHS_OPCODE_IMMEDIATE) == in cfiscsi_task_management_done()
2956 ("replying to wrong opcode 0x%x", bhstmr->bhstmr_opcode)); in cfiscsi_task_management_done()
2994 bhstmr2->bhstmr_opcode = ISCSI_BHS_OPCODE_TASK_RESPONSE; in cfiscsi_task_management_done()