Searched refs:pt_req (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/sys/dev/twa/ |
| D | tw_osl_freebsd.c | 976 struct tw_cl_passthru_req_packet *pt_req; in tw_osli_fw_passthru() local 994 pt_req = &(req_pkt->gen_req_pkt.pt_req); in tw_osli_fw_passthru() 1027 pt_req->sgl_entries = 1; /* will be updated during mapping */ in tw_osli_fw_passthru() 1031 pt_req->sgl_entries = 0; /* no payload */ in tw_osli_fw_passthru() 1033 pt_req->cmd_pkt = (TW_VOID *)(&(user_buf->cmd_pkt)); in tw_osli_fw_passthru() 1034 pt_req->cmd_pkt_length = sizeof(struct tw_cl_command_packet); in tw_osli_fw_passthru() 1308 struct tw_cl_passthru_req_packet *pt_req; in twa_map_load_data_callback() local 1325 pt_req = &(req_pkt->gen_req_pkt.pt_req); in twa_map_load_data_callback() 1326 pt_req->sg_list = (TW_UINT8 *)segs; in twa_map_load_data_callback() 1327 pt_req->sgl_entries += (nsegments - 1); in twa_map_load_data_callback()
|
| D | tw_cl_io.c | 269 struct tw_cl_passthru_req_packet *pt_req; in tw_cl_fw_passthru() local 293 pt_req = &(req_pkt->gen_req_pkt.pt_req); in tw_cl_fw_passthru() 295 tw_osl_memcpy(req->cmd_pkt, pt_req->cmd_pkt, in tw_cl_fw_passthru() 296 pt_req->cmd_pkt_length); in tw_cl_fw_passthru() 299 (pt_req->cmd_pkt))[sizeof(struct tw_cl_command_header)])) in tw_cl_fw_passthru() 311 if (pt_req->sgl_entries) { in tw_cl_fw_passthru() 314 pt_req->sgl_entries)); in tw_cl_fw_passthru() 329 cmd_7k->generic.size += pt_req->sgl_entries * in tw_cl_fw_passthru() 335 tw_cli_fill_sg_list(ctlr, pt_req->sg_list, in tw_cl_fw_passthru() 336 sgl, pt_req->sgl_entries); in tw_cl_fw_passthru()
|
| D | tw_cl_share.h | 187 struct tw_cl_passthru_req_packet pt_req;/*Passthru req*/ member
|
| D | tw_cl_intr.c | 409 tw_osl_memcpy(req_pkt->gen_req_pkt.pt_req.cmd_pkt, req->cmd_pkt, in tw_cli_complete_io()
|
| /freebsd-9-stable/contrib/tcpdump/ |
| D | print-rx.c | 152 static struct tok pt_req[] = { variable 1300 printf(" call %s", tok2str(pt_req, "op#%d", pt_op)); in prot_print() 1440 printf(" reply %s", tok2str(pt_req, "op#%d", opcode)); in prot_reply_print()
|