Searched refs:fc_roundup (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/bfa/
H A Dfdmi.c593 attr->len = fc_roundup(attr->len, sizeof(u32));
609 attr->len = fc_roundup(attr->len, sizeof(u32));
625 attr->len = fc_roundup(attr->len, sizeof(u32));
641 attr->len = fc_roundup(attr->len, sizeof(u32));
658 attr->len = fc_roundup(attr->len, sizeof(u32));
675 attr->len = fc_roundup(attr->len, sizeof(u32));
692 attr->len = fc_roundup(attr->len, sizeof(u32));
709 attr->len = fc_roundup(attr->len, sizeof(u32));
726 attr->len = fc_roundup(attr->len, sizeof(u32));
922 attr->len = fc_roundup(att
[all...]
H A Dfcbuild.h41 #define fc_roundup(_l, _s) (((_l) + ((_s) - 1)) & ~((_s) - 1)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dfdmi.c593 attr->len = fc_roundup(attr->len, sizeof(u32));
609 attr->len = fc_roundup(attr->len, sizeof(u32));
625 attr->len = fc_roundup(attr->len, sizeof(u32));
641 attr->len = fc_roundup(attr->len, sizeof(u32));
658 attr->len = fc_roundup(attr->len, sizeof(u32));
675 attr->len = fc_roundup(attr->len, sizeof(u32));
692 attr->len = fc_roundup(attr->len, sizeof(u32));
709 attr->len = fc_roundup(attr->len, sizeof(u32));
726 attr->len = fc_roundup(attr->len, sizeof(u32));
922 attr->len = fc_roundup(att
[all...]
H A Dfcbuild.h41 #define fc_roundup(_l, _s) (((_l) + ((_s) - 1)) & ~((_s) - 1)) macro

Completed in 120 milliseconds