Home
last modified time | relevance | path

Searched refs:srb_list (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/hptiop/
H A Dhptiop.h404 struct hpt_iop_srb *srb_list; member
H A Dhptiop.c2268 if (hba->srb_list) { in hptiop_get_srb()
2269 srb = hba->srb_list; in hptiop_get_srb()
2270 hba->srb_list = srb->next; in hptiop_get_srb()
2279 srb->next = hba->srb_list; in hptiop_free_srb()
2280 hba->srb_list = srb; in hptiop_free_srb()