Searched refs:SNIC_SG_DESC_ALIGN (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/snic/ |
H A D | snic_io.h | 23 #define SNIC_SG_DESC_ALIGN 16 /* Descriptor address alignment */ macro
|
H A D | snic_main.c | 866 cachep = kmem_cache_create("snic_req_dfltsgl", len, SNIC_SG_DESC_ALIGN, in snic_global_data_init() 879 cachep = kmem_cache_create("snic_req_maxsgl", len, SNIC_SG_DESC_ALIGN, in snic_global_data_init() 890 cachep = kmem_cache_create("snic_req_maxsgl", len, SNIC_SG_DESC_ALIGN, in snic_global_data_init()
|
H A D | snic_disc.c | 101 buf_len = ntgts * sizeof(struct snic_tgt_id) + SNIC_SG_DESC_ALIGN; in snic_queue_report_tgt_req() 112 SNIC_BUG_ON((((unsigned long)buf) % SNIC_SG_DESC_ALIGN) != 0); in snic_queue_report_tgt_req()
|
/kernel/linux/linux-6.6/drivers/scsi/snic/ |
H A D | snic_io.h | 9 #define SNIC_SG_DESC_ALIGN 16 /* Descriptor address alignment */ macro
|
H A D | snic_main.c | 852 cachep = kmem_cache_create("snic_req_dfltsgl", len, SNIC_SG_DESC_ALIGN, in snic_global_data_init() 865 cachep = kmem_cache_create("snic_req_maxsgl", len, SNIC_SG_DESC_ALIGN, in snic_global_data_init() 876 cachep = kmem_cache_create("snic_req_maxsgl", len, SNIC_SG_DESC_ALIGN, in snic_global_data_init()
|
H A D | snic_disc.c | 87 buf_len = ntgts * sizeof(struct snic_tgt_id) + SNIC_SG_DESC_ALIGN; in snic_queue_report_tgt_req() 98 SNIC_BUG_ON((((unsigned long)buf) % SNIC_SG_DESC_ALIGN) != 0); in snic_queue_report_tgt_req()
|
Completed in 5 milliseconds