Lines Matching defs:scb_data
655 struct scb_data { struct
660 struct scb_tailq free_scbs;
666 struct scb_list free_scb_lists[AHD_NUM_TARGETS * AHD_NUM_LUNS_NONPKT];
671 struct scb_list any_dev_free_scb_list;
676 struct scb *scbindex[AHD_SCB_MAX];
682 int scbs_left; /* unallocated scbs in head map_node */
683 int sgs_left; /* unallocated sgs in head map_node */
684 int sense_left; /* unallocated sense in head map_node */
685 uint16_t numscbs;
686 uint16_t maxhscbs; /* Number of SCBs on the card */
687 uint8_t init_level; /*
1076 struct scb_data scb_data; member