Searched refs:pt_req (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/twa/
H A Dtw_cl_io.c271 struct tw_cl_passthru_req_packet *pt_req; local
295 pt_req = &(req_pkt->gen_req_pkt.pt_req);
297 tw_osl_memcpy(req->cmd_pkt, pt_req->cmd_pkt,
298 pt_req->cmd_pkt_length);
301 (pt_req->cmd_pkt))[sizeof(struct tw_cl_command_header)]))
313 if (pt_req->sgl_entries) {
316 pt_req->sgl_entries));
331 cmd_7k->generic.size += pt_req->sgl_entries *
337 tw_cli_fill_sg_list(ctlr, pt_req
[all...]
H A Dtw_osl_freebsd.c978 struct tw_cl_passthru_req_packet *pt_req; local
996 pt_req = &(req_pkt->gen_req_pkt.pt_req);
1029 pt_req->sgl_entries = 1; /* will be updated during mapping */
1033 pt_req->sgl_entries = 0; /* no payload */
1035 pt_req->cmd_pkt = (TW_VOID *)(&(user_buf->cmd_pkt));
1036 pt_req->cmd_pkt_length = sizeof(struct tw_cl_command_packet);
1310 struct tw_cl_passthru_req_packet *pt_req; local
1327 pt_req = &(req_pkt->gen_req_pkt.pt_req);
[all...]
H A Dtw_cl_share.h189 struct tw_cl_passthru_req_packet pt_req;/*Passthru req*/ member in union:tw_cl_req_packet::__anon15371
H A Dtw_cl_intr.c411 tw_osl_memcpy(req_pkt->gen_req_pkt.pt_req.cmd_pkt, req->cmd_pkt,
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-rx.c228 static const struct tok pt_req[] = { variable in typeref:struct:tok
1382 ND_PRINT((ndo, " call %s", tok2str(pt_req, "op#%d", pt_op)));
1523 ND_PRINT((ndo, " reply %s", tok2str(pt_req, "op#%d", opcode)));

Completed in 102 milliseconds