Home
last modified time | relevance | path

Searched defs:pkt (Results 1 – 25 of 177) sorted by relevance

12345678

/titanic_41/usr/src/uts/common/io/scsi/impl/
H A Dscsi_transport.c34 #define P_TO_TRAN(pkt) ((pkt)->pkt_address.a_hba_tran) argument
35 #define P_TO_ADDR(pkt) (&((pkt)->pkt_address)) argument
69 scsi_callback_done(struct scsi_pkt *pkt) in scsi_callback_done()
79 scsi_flag_nointr_comp(struct scsi_pkt *pkt) in scsi_flag_nointr_comp()
104 scsi_transport(struct scsi_pkt *pkt) in scsi_transport()
H A Dscsi_resource.c32 #define P_TO_TRAN(pkt) ((pkt)->pkt_address.a_hba_tran) argument
33 #define P_TO_ADDR(pkt) (&((pkt)->pkt_address)) argument
149 scsi_pkt2bp(struct scsi_pkt *pkt) in scsi_pkt2bp()
599 scsi_destroy_pkt(struct scsi_pkt *pkt) in scsi_destroy_pkt()
625 register struct scsi_pkt *pkt; in scsi_resalloc() local
646 struct scsi_pkt *pkt; in scsi_pktalloc() local
664 scsi_dmaget(struct scsi_pkt *pkt, opaque_t dmatoken, int (*callback)()) in scsi_dmaget()
690 scsi_dmafree(struct scsi_pkt *pkt) in scsi_dmafree()
703 scsi_cache_dmafree(struct scsi_address *ap, struct scsi_pkt *pkt) in scsi_cache_dmafree()
716 scsi_sync_pkt(struct scsi_pkt *pkt) in scsi_sync_pkt()
[all …]
H A Dscsi_control.c36 scsi_abort(struct scsi_address *ap, struct scsi_pkt *pkt) in scsi_abort()
76 scsi_terminate_task(struct scsi_address *ap, struct scsi_pkt *pkt) in scsi_terminate_task()
/titanic_41/usr/src/uts/sun/io/dada/impl/
H A Ddcd_resource.c33 #define P_TO_TRAN(pkt) ((pkt)->pkt_address.a_hba_tran) argument
34 #define P_TO_ADDR(pkt) (&((pkt)->pkt_address)) argument
150 dcd_destroy_pkt(struct dcd_pkt *pkt) in dcd_destroy_pkt()
168 register struct dcd_pkt *pkt; in dcd_resalloc() local
191 struct dcd_pkt *pkt; in dcd_pktalloc() local
210 dcd_dmaget(struct dcd_pkt *pkt, ataopaque_t dmatoken, int (*callback)()) in dcd_dmaget()
237 dcd_dmafree(struct dcd_pkt *pkt) in dcd_dmafree()
251 dcd_sync_pkt(struct dcd_pkt *pkt) in dcd_sync_pkt()
259 dcd_resfree(struct dcd_pkt *pkt) in dcd_resfree()
H A Ddcd_transport.c39 #define P_TO_TRAN(pkt) ((pkt)->pkt_address.a_hba_tran) argument
40 #define P_TO_ADDR(pkt) (&((pkt)->pkt_address)) argument
47 dcd_flag_nointr_comp(struct dcd_pkt *pkt) in dcd_flag_nointr_comp()
66 dcd_transport(struct dcd_pkt *pkt) in dcd_transport()
H A Ddcd_subr.c58 #define P_TO_TRAN(pkt) ((pkt)->pkt_address.a_hba_tran) argument
59 #define P_TO_ADDR(pkt) (&((pkt)->pkt_address)) argument
64 dcd_poll(struct dcd_pkt *pkt) in dcd_poll()
/titanic_41/usr/src/uts/common/io/
H A Demul64_bsd.c270 bsd_scsi_start_stop_unit(struct scsi_pkt *pkt) in bsd_scsi_start_stop_unit()
277 bsd_scsi_test_unit_ready(struct scsi_pkt *pkt) in bsd_scsi_test_unit_ready()
284 bsd_scsi_request_sense(struct scsi_pkt *pkt) in bsd_scsi_request_sense()
290 bsd_scsi_inq_page0(struct scsi_pkt *pkt, uchar_t pqdtype) in bsd_scsi_inq_page0()
312 bsd_scsi_inq_page83(struct scsi_pkt *pkt, uchar_t pqdtype) in bsd_scsi_inq_page83()
361 bsd_scsi_inquiry(struct scsi_pkt *pkt) in bsd_scsi_inquiry()
423 bsd_scsi_format(struct scsi_pkt *pkt) in bsd_scsi_format()
429 bsd_scsi_io(struct scsi_pkt *pkt) in bsd_scsi_io()
528 bsd_scsi_log_sense(struct scsi_pkt *pkt) in bsd_scsi_log_sense()
564 bsd_scsi_mode_sense(struct scsi_pkt *pkt) in bsd_scsi_mode_sense()
[all …]
H A Demul64.c809 emul64_scsi_init_pkt(struct scsi_address *ap, struct scsi_pkt *pkt, in emul64_scsi_init_pkt()
885 emul64_scsi_destroy_pkt(struct scsi_address *ap, struct scsi_pkt *pkt) in emul64_scsi_destroy_pkt()
917 emul64_scsi_dmafree(struct scsi_address *ap, struct scsi_pkt *pkt) in emul64_scsi_dmafree()
932 emul64_scsi_sync_pkt(struct scsi_address *ap, struct scsi_pkt *pkt) in emul64_scsi_sync_pkt()
998 emul64_scsi_start(struct scsi_address *ap, struct scsi_pkt *pkt) in emul64_scsi_start()
1066 emul64_check_cond(struct scsi_pkt *pkt, uchar_t key, uchar_t asc, uchar_t ascq) in emul64_check_cond()
1089 emul64_error_inject(struct scsi_pkt *pkt) in emul64_error_inject()
1236 emul64_handle_cmd(struct scsi_pkt *pkt) in emul64_handle_cmd()
1333 struct scsi_pkt *pkt = (struct scsi_pkt *)arg; in emul64_pkt_comp() local
1358 emul64_scsi_abort(struct scsi_address *ap, struct scsi_pkt *pkt) in emul64_scsi_abort()
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dpppdump.c222 struct pkt { struct
229 } spkt, rpkt; argument
250 struct pkt *pkt; argument
/titanic_41/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Ddebug.h85 #define LOGASNSEQ(pkt, pktsz) \ argument
88 #define LOGASNLENGTH(pkt, pktsz) \ argument
91 #define LOGASNINT(pkt, pktsz) \ argument
94 #define LOGASNOCTSTR(pkt, pktsz) \ argument
97 #define LOGASNOID(pkt, pktsz) \ argument
100 #define LOGASNNULL(pkt, pktsz) \ argument
103 #define LOGPKT(tag, pkt, sz) \ argument
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_pkt.c48 fc_packet_t *pkt = (fc_packet_t *)arg1; in emlxs_pkt_thread() local
79 emlxs_pkt_send(fc_packet_t *pkt, uint32_t now) in emlxs_pkt_send()
100 emlxs_pkt_free(fc_packet_t *pkt) in emlxs_pkt_free()
137 emlxs_pkt_callback(fc_packet_t *pkt) in emlxs_pkt_callback()
152 fc_packet_t *pkt; in emlxs_pkt_alloc() local
H A Demlxs_els.c90 fc_packet_t *pkt; in emlxs_els_handle_event() local
564 fc_packet_t *pkt; in emlxs_handle_sol_flogi() local
759 fc_packet_t *pkt; in emlxs_handle_sol_fdisc() local
829 fc_packet_t *pkt; in emlxs_handle_sol_plogi() local
910 fc_packet_t *pkt; in emlxs_handle_sol_adisc() local
954 fc_packet_t *pkt; in emlxs_handle_sol_prli() local
1043 fc_packet_t *pkt; in emlxs_handle_sol_logo() local
2131 fc_packet_t *pkt; in emlxs_handle_unsol_echo() local
2206 fc_packet_t *pkt; in emlxs_handle_unsol_rtv() local
2282 fc_packet_t *pkt = (fc_packet_t *)arg2; in emlxs_rls_rsp_thread() local
[all …]
H A Demlxs_fct.c1809 fc_packet_t *pkt = NULL; local
2623 fc_packet_t *pkt; local
2779 fc_packet_t *pkt; local
2861 fc_packet_t *pkt; local
3088 fc_packet_t *pkt; local
3705 fc_packet_t *pkt; local
3737 fc_packet_t *pkt; local
4030 fc_packet_t *pkt; local
4124 fc_packet_t *pkt; local
4214 fc_packet_t *pkt; local
[all …]
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c75 request_t *pkt; in ql_start_iocb() local
434 cmd_entry_t *pkt = arg; in ql_command_iocb() local
550 cont_entry_t *pkt; in ql_continuation_iocb() local
646 cmd7_24xx_entry_t *pkt = arg; in ql_command_24xx_iocb() local
778 cmd6_24xx_entry_t *pkt = arg; in ql_cmd_24xx_type_6_iocb() local
918 mrk_entry_t *pkt; in ql_marker() local
989 ms_entry_t *pkt = arg; in ql_ms_iocb() local
1069 ct_passthru_entry_t *pkt = arg; in ql_ms_24xx_iocb() local
1147 ip_entry_t *pkt = arg; in ql_ip_iocb() local
1232 ip_cmd_entry_t *pkt = arg; in ql_ip_24xx_iocb() local
[all …]
/titanic_41/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_quiesce.c218 sysctrl_suspend_devices(dev_info_t *dip, sysc_cfga_pkt_t *pkt) in sysctrl_suspend_devices()
262 sysctrl_resume_devices(dev_info_t *start, sysc_cfga_pkt_t *pkt) in sysctrl_resume_devices()
321 sysctrl_stop_user_threads(sysc_cfga_pkt_t *pkt) in sysctrl_stop_user_threads()
445 sysctrl_stop_kernel_threads(sysc_cfga_pkt_t *pkt) in sysctrl_stop_kernel_threads()
549 sysctrl_resume(sysc_cfga_pkt_t *pkt) in sysctrl_resume()
665 sysctrl_suspend(sysc_cfga_pkt_t *pkt) in sysctrl_suspend()
H A Dac_add.c102 ac_add_bank(struct bd_list *add, ac_cfga_pkt_t *pkt) in ac_add_bank()
196 ac_add_memory(ac_cfga_pkt_t *pkt) in ac_add_memory()
H A Dac_test.c95 ac_mem_test_start(ac_cfga_pkt_t *pkt, int flag) in ac_mem_test_start()
235 ac_mem_test_stop(ac_cfga_pkt_t *pkt, int flag) in ac_mem_test_stop()
352 ac_mem_test_read(ac_cfga_pkt_t *pkt, int flag) in ac_mem_test_read()
504 ac_mem_test_write(ac_cfga_pkt_t *pkt, int flag) in ac_mem_test_write()
/titanic_41/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_hba.c32 smrt_ctrl_tran_start(struct scsi_address *sa, struct scsi_pkt *pkt) in smrt_ctrl_tran_start()
290 smrt_tran_setup_pkt(struct scsi_pkt *pkt, int (*callback)(caddr_t), in smrt_tran_setup_pkt()
344 smrt_tran_teardown_pkt(struct scsi_pkt *pkt) in smrt_tran_teardown_pkt()
356 smrt_set_arq_data(struct scsi_pkt *pkt, uchar_t key) in smrt_set_arq_data()
396 smrt_fake_report_lun(smrt_command_t *smcm, struct scsi_pkt *pkt) in smrt_fake_report_lun()
442 smrt_tran_start(struct scsi_address *sa, struct scsi_pkt *pkt) in smrt_tran_start()
792 smrt_tran_abort(struct scsi_address *sa, struct scsi_pkt *pkt) in smrt_tran_abort()
907 struct scsi_pkt *pkt = smcm->smcm_scsa->smcms_pkt; in smrt_hba_complete_status() local
995 struct scsi_pkt *pkt = smcm->smcm_scsa->smcms_pkt; in smrt_hba_complete() local
/titanic_41/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_fip.c188 uint8_t *pkt = (uint8_t *)(uintptr_t)(swqe->qe_sgl.ds_va); in eibnx_fip_make_solicit_pkt() local
378 eibnx_fip_parse_pkt(uint8_t *pkt, eibnx_gw_msg_t *msg) in eibnx_fip_parse_pkt()
434 eibnx_fip_parse_advt_pkt(uint8_t *pkt, eibnx_gw_msg_t *msg) in eibnx_fip_parse_advt_pkt()
601 uint8_t *pkt = (uint8_t *)(uintptr_t)(swqe->qe_sgl.ds_va); in eibnx_rb_fip_make_solicit_pkt() local
/titanic_41/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dhba.c1081 struct scsi_pkt *pkt; in scsa1394_probe_g0_nodata() local
1114 scsa1394_probe_tran(struct scsi_pkt *pkt) in scsa1394_probe_tran()
1133 scsa1394_scsi_abort(struct scsi_address *ap, struct scsi_pkt *pkt) in scsa1394_scsi_abort()
1261 scsa1394_scsi_sync_pkt(struct scsi_address *ap, struct scsi_pkt *pkt) in scsa1394_scsi_sync_pkt()
1278 scsa1394_scsi_init_pkt(struct scsi_address *ap, struct scsi_pkt *pkt, in scsa1394_scsi_init_pkt()
1377 scsa1394_scsi_destroy_pkt(struct scsi_address *ap, struct scsi_pkt *pkt) in scsa1394_scsi_destroy_pkt()
1400 scsa1394_scsi_dmafree(struct scsi_address *ap, struct scsi_pkt *pkt) in scsa1394_scsi_dmafree()
1439 struct scsi_pkt *pkt = cmd->sc_pkt; in scsa1394_cmd_ext_alloc() local
1475 struct scsi_pkt *pkt = cmd->sc_pkt; in scsa1394_cmd_ext_free() local
1948 scsa1394_scsi_start(struct scsi_address *ap, struct scsi_pkt *pkt) in scsa1394_scsi_start()
[all …]
/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci_tpgs.c54 struct scsi_pkt *pkt; in vhci_tpgs_set_target_groups() local
250 struct scsi_pkt *pkt; in vhci_tpgs_inquiry() local
306 struct scsi_pkt *pkt; in vhci_tpgs_page83() local
447 struct scsi_pkt *pkt; in vhci_tpgs_report_target_groups() local
/titanic_41/usr/src/uts/sun/io/dada/targets/
H A Ddad.c218 #define PKT_SET_BP(pkt, bp) \ argument
220 #define PKT_GET_BP(pkt) \ argument
224 #define PKT_SET_RETRY_CNT(pkt, n) \ argument
227 #define PKT_GET_RETRY_CNT(pkt) \ argument
230 #define PKT_INCR_RETRY_CNT(pkt, n) \ argument
233 #define PKT_SET_VICTIM_RETRY_CNT(pkt, n) \ argument
237 #define PKT_GET_VICTIM_RETRY_CNT(pkt) \ argument
239 #define PKT_INCR_VICTIM_RETRY_CNT(pkt, n) \ argument
812 struct dcd_pkt *pkt; in dcdpower() local
2233 struct dcd_pkt *pkt; in make_dcd_cmd() local
[all …]
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_recv.c358 …lm_packet_t* pkt = tpa_chain->start_coales_bd[queue_index].packet;//Reads t… in lm_tpa_stop() local
481 IN lm_packet_t* pkt, in lm_tpa_start()
503 INOUT lm_packet_t* pkt, in lm_tpa_start_flags_handle()
571 INOUT lm_packet_t* pkt, in lm_regular_flags_handle()
681 INOUT lm_packet_t* pkt, in lm_recv_set_pkt_len()
744 lm_packet_t *pkt) in encap_pkt_parsing()
934 lm_packet_t* pkt = NULL; in lm_get_packets_rcvd() local
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c136 struct packet *pkt, *nextpkt; in demand_discard() local
275 struct packet *pkt; local
308 struct packet *pkt, *prev, *nextpkt; local
/titanic_41/usr/src/uts/intel/io/amr/
H A Damr.c715 struct scsi_pkt *pkt; in amr_periodic() local
1494 amr_tran_start(struct scsi_address *ap, struct scsi_pkt *pkt) in amr_tran_start()
1843 struct scsi_pkt *pkt, struct buf *bp, int cmdlen, int statuslen, in amr_tran_init_pkt()
1940 amr_tran_destroy_pkt(struct scsi_address *ap, struct scsi_pkt *pkt) in amr_tran_destroy_pkt()
1957 amr_tran_sync_pkt(struct scsi_address *ap, struct scsi_pkt *pkt) in amr_tran_sync_pkt()
1970 amr_tran_dmafree(struct scsi_address *ap, struct scsi_pkt *pkt) in amr_tran_dmafree()
1985 amr_rw_command(struct amr_softs *softs, struct scsi_pkt *pkt, int target) in amr_rw_command()
2059 amr_set_arq_data(struct scsi_pkt *pkt, uchar_t key) in amr_set_arq_data()
2272 register struct scsi_pkt *pkt; in amr_call_pkt_comp() local

12345678