Searched refs:bl2 (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dbio.h605 static inline void bio_list_merge(struct bio_list *bl, struct bio_list *bl2) argument
607 if (!bl2->head)
611 bl->tail->bi_next = bl2->head;
613 bl->head = bl2->head;
615 bl->tail = bl2->tail;
619 struct bio_list *bl2)
621 if (!bl2->head)
625 bl2->tail->bi_next = bl->head;
627 bl->tail = bl2->tail;
629 bl->head = bl2
618 bio_list_merge_head(struct bio_list *bl, struct bio_list *bl2) argument
[all...]
H A Dswitchtec.h244 unsigned char bl2; member in struct:flash_info_regs_gen4::active_partition_info_gen4
/linux-master/drivers/pci/switch/
H A Dswitchtec.c786 if (ioread8(&af->bl2) == SWITCHTEC_GEN4_BL2_0_ACTIVE)
793 if (ioread8(&af->bl2) == SWITCHTEC_GEN4_BL2_1_ACTIVE)

Completed in 116 milliseconds