Home
last modified time | relevance | path

Searched defs:scb (Results 1 – 15 of 15) sorted by relevance

/freebsd-src/sys/dev/aic7xxx/
H A Daic7xxx_inline.h167 ahc_sg_bus_to_virt(struct scb *scb, uint32_t sg_busaddr) in ahc_sg_bus_to_virt()
179 ahc_sg_virt_to_bus(struct scb *scb, struct ahc_dma_seg *sg) in ahc_sg_virt_to_bus()
197 ahc_sync_scb(struct ahc_softc *ahc, struct scb *scb, int op) in ahc_sync_scb()
206 ahc_sync_sglist(struct ahc_softc *ahc, struct scb *scb, int op) in ahc_sync_sglist()
271 ahc_update_residual(struct ahc_softc *ahc, struct scb *scb) in ahc_update_residual()
363 struct scb *scb; in ahc_get_scb() local
380 ahc_free_scb(struct ahc_softc *ahc, struct scb *scb) in ahc_free_scb()
399 struct scb* scb; in ahc_lookup_scb() local
409 ahc_swap_with_next_hscb(struct ahc_softc *ahc, struct scb *scb) in ahc_swap_with_next_hscb()
449 ahc_queue_scb(struct ahc_softc *ahc, struct scb *scb) in ahc_queue_scb()
[all …]
H A Daic_osm_lib.h173 aic_get_timeout(struct scb *scb) in aic_get_timeout()
179 aic_scb_timer_reset(struct scb *scb, u_int msec) in aic_scb_timer_reset()
190 aic_scb_timer_start(struct scb *scb) in aic_scb_timer_start()
220 void aic_set_transaction_status(struct scb *scb, uint32_t status) in aic_set_transaction_status()
227 void aic_set_scsi_status(struct scb *scb, uint32_t status) in aic_set_scsi_status()
233 uint32_t aic_get_transaction_status(struct scb *scb) in aic_get_transaction_status()
239 uint32_t aic_get_scsi_status(struct scb *scb) in aic_get_scsi_status()
245 void aic_set_transaction_tag(struct scb *scb, int enabled, u_int type) in aic_set_transaction_tag()
255 u_long aic_get_transfer_length(struct scb *scb) in aic_get_transfer_length()
261 int aic_get_transfer_dir(struct scb *scb) in aic_get_transfer_dir()
[all …]
H A Daic79xx_inline.h244 ahd_sg_setup(struct ahd_softc *ahd, struct scb *scb, in ahd_sg_setup()
268 ahd_setup_scb_common(struct ahd_softc *ahd, struct scb *scb) in ahd_setup_scb_common()
289 ahd_setup_data_scb(struct ahd_softc *ahd, struct scb *scb) in ahd_setup_data_scb()
326 ahd_setup_noxfer_scb(struct ahd_softc *ahd, struct scb *scb) in ahd_setup_noxfer_scb()
362 ahd_sg_bus_to_virt(struct ahd_softc *ahd, struct scb *scb, uint32_t sg_busaddr) in ahd_sg_bus_to_virt()
372 ahd_sg_virt_to_bus(struct ahd_softc *ahd, struct scb *scb, void *sg) in ahd_sg_virt_to_bus()
384 ahd_sync_scb(struct ahd_softc *ahd, struct scb *scb, int op) in ahd_sync_scb()
393 ahd_sync_sglist(struct ahd_softc *ahd, struct scb *scb, int op) in ahd_sync_sglist()
405 ahd_sync_sense(struct ahd_softc *ahd, struct scb *scb, int op) in ahd_sync_sense()
471 ahd_complete_scb(struct ahd_softc *ahd, struct scb *scb) in ahd_complete_scb()
[all …]
H A Daic79xx.c374 struct scb *scb; in ahd_flush_qoutfifo() local
581 ahd_scb_active_in_fifo(struct ahd_softc *ahd, struct scb *scb) in ahd_scb_active_in_fifo()
610 ahd_run_data_fifo(struct ahd_softc *ahd, struct scb *scb) in ahd_run_data_fifo()
845 struct scb *scb; in ahd_run_qoutfifo() local
945 struct scb *scb; in ahd_handle_seqint() local
992 struct scb *scb; in ahd_handle_seqint() local
1009 struct scb *scb; in ahd_handle_seqint() local
1050 struct scb *scb; in ahd_handle_seqint() local
1139 struct scb *scb; in ahd_handle_seqint() local
1206 struct scb *scb; in ahd_handle_seqint() local
[all …]
H A Daic_osm_lib.c39 aic_set_recoveryscb(struct aic_softc *aic, struct scb *scb) in aic_set_recoveryscb()
63 struct scb *scb; in aic_platform_timeout() local
H A Daic79xx.h86 #define SCB_IS_SCSIBUS_B(ahd, scb) (0) argument
87 #define SCB_GET_OUR_ID(scb) \ argument
89 #define SCB_GET_TARGET(ahd, scb) \ argument
91 #define SCB_GET_CHANNEL(ahd, scb) \ argument
93 #define SCB_GET_LUN(scb) \ argument
95 #define SCB_GET_TARGET_OFFSET(ahd, scb) \ argument
97 #define SCB_GET_TARGET_MASK(ahd, scb) \ argument
100 #define SCB_IS_SILENT(scb) \ argument
104 #define SCB_IS_SILENT(scb) \ argument
119 #define SCB_GET_TAG(scb) \ argument
[all …]
H A Daic7xxx.h87 #define SCB_IS_SCSIBUS_B(ahc, scb) \ argument
89 #define SCB_GET_OUR_ID(scb) \ argument
91 #define SCB_GET_TARGET(ahc, scb) \ argument
93 #define SCB_GET_CHANNEL(ahc, scb) \ argument
95 #define SCB_GET_LUN(scb) \ argument
97 #define SCB_GET_TARGET_OFFSET(ahc, scb) \ argument
99 #define SCB_GET_TARGET_MASK(ahc, scb) \ argument
102 #define SCB_IS_SILENT(scb) \ argument
106 #define SCB_IS_SILENT(scb) \ argument
581 struct scb { struct
[all …]
H A Daic7xxx.c309 struct scb *scb; in ahc_run_qoutfifo() local
364 struct scb *scb; in ahc_run_untagged_queue() local
413 struct scb *scb; in ahc_handle_seqint() local
685 struct scb *scb; in ahc_handle_seqint() local
788 struct scb *scb; in ahc_handle_seqint() local
969 struct scb *scb; in ahc_handle_scsiint() local
1524 ahc_print_scb(struct scb *scb) in ahc_print_scb()
2240 struct scb *scb) in ahc_scb_devinfo()
2273 struct scb *scb) in ahc_setup_initiator_msgout()
2546 struct scb *scb; in ahc_handle_proto_violation() local
[all …]
H A Daic7xxx_osm.c305 ahc_sync_ccb(struct ahc_softc *ahc, struct scb *scb, union ccb *ccb, bool post) in ahc_sync_ccb()
329 ahc_done(struct ahc_softc *ahc, struct scb *scb) in ahc_done()
504 struct scb *scb; in ahc_action() local
933 struct scb *scb; in ahc_execute_scb() local
1131 struct ccb_scsiio *csio, struct scb *scb) in ahc_setup_data()
H A Daic79xx_osm.c306 ahd_sync_ccb(struct ahd_softc *ahd, struct scb *scb, union ccb *ccb, bool post) in ahd_sync_ccb()
330 ahd_done(struct ahd_softc *ahd, struct scb *scb) in ahd_done()
523 struct scb *scb; in ahd_action() local
951 struct scb *scb; in ahd_execute_scb() local
1068 struct ccb_scsiio *csio, struct scb *scb) in ahd_setup_data()
H A Daic7xxx_osm.h83 #define SCB_GET_SIM(ahc, scb) \ argument
226 ahc_print_path(struct ahc_softc *ahc, struct scb *scb) in ahc_print_path()
H A Daic79xx_osm.h85 #define SCB_GET_SIM(ahd, scb) \ argument
232 ahd_print_path(struct ahd_softc *ahd, struct scb *scb) in ahd_print_path()
/freebsd-src/sys/net/
H A Dif_epair.c499 epair_clone_add(struct if_clone *ifc, struct epair_softc *scb) in epair_clone_add()
699 struct epair_softc *sca, *scb; in epair_clone_create() local
778 struct epair_softc *sca, *scb; in epair_clone_destroy() local
/freebsd-src/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c250 struct svc_rpc_gss_callback *scb; in rpc_gss_set_callback() local
268 struct svc_rpc_gss_callback *scb; in rpc_gss_clear_callback() local
1192 struct svc_rpc_gss_callback *scb; svc_rpc_gss_callback() local
[all...]
/freebsd-src/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c169 struct svc_rpc_gss_callback *scb; in rpc_gss_set_callback() local
830 struct svc_rpc_gss_callback *scb; in svc_rpc_gss_callback() local