Home
last modified time | relevance | path

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

/freebsd/sys/dev/iscsi/
H A Discsi_proto.h149 uint8_t bhstmr_opcode; member
176 uint8_t bhstmr_opcode; member
H A Discsi.c2409 bhstmr->bhstmr_opcode = ISCSI_BHS_OPCODE_TASK_REQUEST; in iscsi_action_abort()
/freebsd/sys/cam/ctl/
H A Dctl_frontend_iscsi.c668 bhstmr2->bhstmr_opcode = ISCSI_BHS_OPCODE_TASK_RESPONSE; in cfiscsi_pdu_handle_task_request()
2974 KASSERT((bhstmr->bhstmr_opcode & ~ISCSI_BHS_OPCODE_IMMEDIATE) == in cfiscsi_task_management_done()
2976 ("replying to wrong opcode 0x%x", bhstmr->bhstmr_opcode)); in cfiscsi_task_management_done()
3014 bhstmr2->bhstmr_opcode = ISCSI_BHS_OPCODE_TASK_RESPONSE; in cfiscsi_task_management_done()