Searched refs:FNIC_SG_DESC_ALIGN (Results 1 – 3 of 3) sorted by relevance
13 #define FNIC_SG_DESC_ALIGN 16 /* Descriptor address alignment */ macro
1133 ("fnic_sgl_dflt", len + FNIC_SG_DESC_ALIGN, FNIC_SG_DESC_ALIGN, in fnic_init_module()1145 ("fnic_sgl_max", len + FNIC_SG_DESC_ALIGN, FNIC_SG_DESC_ALIGN, in fnic_init_module()
523 if (ptr % FNIC_SG_DESC_ALIGN) { in fnic_queuecommand()526 + FNIC_SG_DESC_ALIGN - 1) in fnic_queuecommand()527 & ~(FNIC_SG_DESC_ALIGN - 1)); in fnic_queuecommand()