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

/freebsd-13-stable/sys/dev/twa/
H A Dtw_cl_io.c263 struct tw_cl_passthru_req_packet *pt_req; local
287 pt_req = &(req_pkt->gen_req_pkt.pt_req);
289 tw_osl_memcpy(req->cmd_pkt, pt_req->cmd_pkt,
290 pt_req->cmd_pkt_length);
293 (pt_req->cmd_pkt))[sizeof(struct tw_cl_command_header)]))
305 if (pt_req->sgl_entries) {
308 pt_req->sgl_entries));
323 cmd_7k->generic.size += pt_req->sgl_entries *
329 tw_cli_fill_sg_list(ctlr, pt_req
[all...]
H A Dtw_osl_freebsd.c947 struct tw_cl_passthru_req_packet *pt_req; local
965 pt_req = &(req_pkt->gen_req_pkt.pt_req);
998 pt_req->sgl_entries = 1; /* will be updated during mapping */
1002 pt_req->sgl_entries = 0; /* no payload */
1004 pt_req->cmd_pkt = (TW_VOID *)(&(user_buf->cmd_pkt));
1005 pt_req->cmd_pkt_length = sizeof(struct tw_cl_command_packet);
1272 struct tw_cl_passthru_req_packet *pt_req; local
1289 pt_req = &(req_pkt->gen_req_pkt.pt_req);
[all...]
H A Dtw_cl_share.h177 struct tw_cl_passthru_req_packet pt_req;/*Passthru req*/ member in union:tw_cl_req_packet::__anon14383
H A Dtw_cl_intr.c392 tw_osl_memcpy(req_pkt->gen_req_pkt.pt_req.cmd_pkt, req->cmd_pkt,
/freebsd-13-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 43 milliseconds