Searched refs:bsg (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/crypto/krb5/ |
| H A D | rfc8009_aes2.c | 179 struct scatterlist bsg[2]; in rfc8009_encrypt() local 224 sg_init_table(bsg, 2); in rfc8009_encrypt() 225 sg_set_buf(&bsg[0], ad, krb5_aead_ivsize(aead)); in rfc8009_encrypt() 226 sg_chain(bsg, 2, sg); in rfc8009_encrypt() 232 aead_request_set_crypt(req, bsg, bsg, secure_len, iv); in rfc8009_encrypt() 257 struct scatterlist bsg[2]; in rfc8009_decrypt() local 280 sg_init_table(bsg, 2); in rfc8009_decrypt() 281 sg_set_buf(&bsg[0], ad, krb5_aead_ivsize(aead)); in rfc8009_decrypt() 282 sg_chain(bsg, 2, sg); in rfc8009_decrypt() 288 aead_request_set_crypt(req, bsg, bsg, *_len, iv); in rfc8009_decrypt()
|
| /linux-6.15/block/ |
| H A D | Makefile | 15 obj-$(CONFIG_BLK_DEV_BSG_COMMON) += bsg.o 16 obj-$(CONFIG_BLK_DEV_BSGLIB) += bsg-lib.o
|
| /linux-6.15/Documentation/scsi/ |
| H A D | ufs.rst | 165 UPIU to the device as it is. Open the bsg device in /dev/ufs-bsg and 186 The userspace tool that interacts with the ufs-bsg endpoint and uses its
|
| H A D | scsi_fc_transport.rst | 13 bsg support : 2.6.30 (?TBD?)
|
| /linux-6.15/drivers/ufs/core/ |
| H A D | Kconfig | 26 Select this if you need a bsg device node for your UFS controller.
|
| /linux-6.15/drivers/scsi/qla2xxx/ |
| H A D | qla_bsg.c | 1562 uint8_t bsg[DMA_POOL_SIZE]; in qla2x00_update_fru_versions() local 1563 struct qla_image_version_list *list = (void *)bsg; in qla2x00_update_fru_versions() 1576 bsg_job->request_payload.sg_cnt, list, sizeof(bsg)); in qla2x00_update_fru_versions() 1615 uint8_t bsg[DMA_POOL_SIZE]; in qla2x00_read_fru_status() local 1616 struct qla_status_reg *sr = (void *)bsg; in qla2x00_read_fru_status() 1666 uint8_t bsg[DMA_POOL_SIZE]; in qla2x00_write_fru_status() local 1667 struct qla_status_reg *sr = (void *)bsg; in qla2x00_write_fru_status() 1713 uint8_t bsg[DMA_POOL_SIZE]; in qla2x00_write_i2c() local 1714 struct qla_i2c_access *i2c = (void *)bsg; in qla2x00_write_i2c() 1759 uint8_t bsg[DMA_POOL_SIZE]; in qla2x00_read_i2c() local [all …]
|
| /linux-6.15/tools/testing/kunit/test_data/ |
| H A D | test_is_test_passed-no_tests_run_no_header.log | 32 Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
|
| H A D | test_output_isolated_correctly.log | 57 Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
|
| /linux-6.15/arch/s390/tools/ |
| H A D | opcodes.txt | 260 b258 bsg RRE_RR
|
| /linux-6.15/drivers/scsi/ |
| H A D | Kconfig | 157 bool "/dev/bsg support (SG v4)"
|
| /linux-6.15/ |
| H A D | MAINTAINERS | 5050 F: block/bsg.c 5051 F: include/linux/bsg.h 5052 F: include/uapi/linux/bsg.h
|