Searched refs:lun_l4__req_id (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/twa/
H A Dtw_cl_fwif.h291 TW_UINT16 lun_l4__req_id; /* 4:12 */ member in struct:tw_cl_command_9k
406 #define GET_REQ_ID(lun_l4__req_id) \
407 (lun_l4__req_id & 0xFFF) /* 4:12 */
409 #define GET_LUN_L4(lun_l4__req_id) \
410 ((lun_l4__req_id >> 12) & 0xF) /* 4:12 */
H A Dtw_cl_intr.c432 GET_REQ_ID(cmd->lun_l4__req_id), cmd->status);
438 if (GET_LUN_L4(cmd->lun_l4__req_id))
449 cmd->lun_l4__req_id,
561 GET_REQ_ID(cmd->lun_l4__req_id), req->error_code, cmd->status);
H A Dtw_cl_io.c118 cmd->lun_l4__req_id = TW_CL_SWAP16(
301 lun_l4 = GET_LUN_L4(cmd_9k->lun_l4__req_id);
303 cmd_9k->lun_l4__req_id = TW_CL_SWAP16(
1293 cmd9k->lun_l4__req_id = TW_CL_SWAP16(req->request_id);
H A Dtw_cl_misc.c937 TW_CL_SWAP16(GET_REQ_ID(cmd9k->lun_l4__req_id)),
/freebsd-13-stable/sys/dev/tws/
H A Dtws_user.c145 lun4 = req->cmd_pkt->cmd.pkt_a.lun_l4__req_id & 0xF000;
146 req->cmd_pkt->cmd.pkt_a.lun_l4__req_id = lun4 | req->request_id;
H A Dtws_hdm.h306 u_int16_t lun_l4__req_id; /* 4:12 */ member in struct:tws_command_apache
H A Dtws_cam.c704 cmd_pkt->cmd.pkt_a.lun_l4__req_id = lun | req->request_id;
755 cmd_pkt->cmd.pkt_a.lun_l4__req_id = req->request_id;

Completed in 181 milliseconds