Searched refs:bsg (Results 1 – 10 of 10) sorted by relevance
60 bsg 2f100 bsg 2f157 bsg 2f197 bsg 2f
71 bsg 101f
14 obj-$(CONFIG_BLK_DEV_BSG) += bsg.o15 obj-$(CONFIG_BLK_DEV_BSGLIB) += bsg-lib.o
102 struct scatterlist *osg, *bsg = data->sg; in iser_copy_bounce() local114 unsigned int len = min(copy_len, bsg->length - bsg_off); in iser_copy_bounce()116 baddr = kmap_atomic(sg_page(bsg)) + bsg->offset; in iser_copy_bounce()122 kunmap_atomic(baddr - bsg->offset); in iser_copy_bounce()127 if (bsg_off >= bsg->length) { in iser_copy_bounce()128 bsg = sg_next(bsg); in iser_copy_bounce()
134 bsg 18f177 bsg 15b
1505 uint8_t bsg[DMA_POOL_SIZE]; in qla2x00_update_fru_versions() local1506 struct qla_image_version_list *list = (void *)bsg; in qla2x00_update_fru_versions()1518 bsg_job->request_payload.sg_cnt, list, sizeof(bsg)); in qla2x00_update_fru_versions()1555 uint8_t bsg[DMA_POOL_SIZE]; in qla2x00_read_fru_status() local1556 struct qla_status_reg *sr = (void *)bsg; in qla2x00_read_fru_status()1603 uint8_t bsg[DMA_POOL_SIZE]; in qla2x00_write_fru_status() local1604 struct qla_status_reg *sr = (void *)bsg; in qla2x00_write_fru_status()1647 uint8_t bsg[DMA_POOL_SIZE]; in qla2x00_write_i2c() local1648 struct qla_i2c_access *i2c = (void *)bsg; in qla2x00_write_i2c()1690 uint8_t bsg[DMA_POOL_SIZE]; in qla2x00_read_i2c() local[all …]
92 bsg \nexti
76 header-y += bsg.h
8 bsg support : 2.6.30 (?TBD?)
2290 F: block/bsg.c2291 F: include/linux/bsg.h2292 F: include/uapi/linux/bsg.h