Lines Matching defs:scb
77 #define SCB_IS_SCSIBUS_B(ahc, scb) \ argument
79 #define SCB_GET_OUR_ID(scb) \ argument
81 #define SCB_GET_TARGET(ahc, scb) \ argument
83 #define SCB_GET_CHANNEL(ahc, scb) \ argument
85 #define SCB_GET_LUN(scb) \ argument
87 #define SCB_GET_TARGET_OFFSET(ahc, scb) \ argument
89 #define SCB_GET_TARGET_MASK(ahc, scb) \ argument
92 #define SCB_IS_SILENT(scb) \ argument
96 #define SCB_IS_SILENT(scb) \ argument
561 struct scb { struct
562 struct hardware_scb *hscb; argument
564 SLIST_ENTRY(scb) sle; argument
567 LIST_ENTRY(scb) pending_links; argument
570 scb_flag flags; argument
571 struct scb_platform_data *platform_data; argument
579 SLIST_HEAD(, scb) free_scbs; /* argument