Home
last modified time | relevance | path

Searched refs:SNIC_SG_DESC_ALIGN (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/snic/
H A Dsnic_io.h9 #define SNIC_SG_DESC_ALIGN 16 /* Descriptor address alignment */ macro
H A Dsnic_main.c851 cachep = kmem_cache_create("snic_req_dfltsgl", len, SNIC_SG_DESC_ALIGN, in snic_global_data_init()
864 cachep = kmem_cache_create("snic_req_maxsgl", len, SNIC_SG_DESC_ALIGN, in snic_global_data_init()
875 cachep = kmem_cache_create("snic_req_tm", len, SNIC_SG_DESC_ALIGN, in snic_global_data_init()
H A Dsnic_disc.c87 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()