Searched refs:bf_next (Results 1 – 5 of 5) sorted by relevance
52 bfd->bf_next = bfd_list; in bus_func_register()70 for (bfd = bfd_list; bfd != NULL; bfd = bfd->bf_next) { in bus_func_unregister()73 *pp = bfd->bf_next; in bus_func_unregister()76 pp = &bfd->bf_next; in bus_func_unregister()100 for (bfd = bfd_list; bfd != NULL; bfd = bfd->bf_next) { in bus_func_invoke()
48 struct bfile *bf_next; member177 fp->bf_next = head; in bbootfs_init()200 for (fp = head; fp != NULL; fp = fp->bf_next) { in bbootfs_open()310 head = head->bf_next; in bbootfs_closeall()
119 struct bus_func_desc *bf_next; /* pointer to next registered desc */ member
361 struct ath_buf *bf_next, *bf_last = bf->bf_lastbf; in arn_tx_complete_aggr() local402 bf_next = bf->bf_next; in arn_tx_complete_aggr()434 if (bf_next == NULL) { in arn_tx_complete_aggr()463 if (bf->bf_next == NULL && in arn_tx_complete_aggr()491 bf = bf_next; in arn_tx_complete_aggr()699 bf->bf_next = NULL; in arn_tx_form_aggr()708 bf_prev->bf_next = bf; in arn_tx_form_aggr()1078 bf = bf->bf_next; in arn_tx_num_badfrms()
319 (_bf)->bf_next = NULL; \382 struct ath_buf *bf_next; /* next subframe in the aggregate */ member