Searched refs:BYTE_UNITS (Results 1 – 3 of 3) sorted by relevance
1651 BYTE_UNITS); in qla4xxx_get_iface_param()1656 BYTE_UNITS); in qla4xxx_get_iface_param()1665 BYTE_UNITS); in qla4xxx_get_iface_param()2626 BYTE_UNITS; in qla4xxx_set_iscsi_param()2633 BYTE_UNITS; in qla4xxx_set_iscsi_param()2646 BYTE_UNITS; in qla4xxx_set_iscsi_param()3571 conn->max_recv_dlength = BYTE_UNITS * in qla4xxx_copy_from_fwddb_param()3573 conn->max_xmit_dlength = BYTE_UNITS * in qla4xxx_copy_from_fwddb_param()3575 sess->first_burst = BYTE_UNITS * in qla4xxx_copy_from_fwddb_param()3577 sess->max_burst = BYTE_UNITS * in qla4xxx_copy_from_fwddb_param()[all …]
2115 cpu_to_le16((conn->max_recv_dlength / BYTE_UNITS)); in qla4xxx_set_param_ddbentry()2122 cpu_to_le16((sess->first_burst / BYTE_UNITS)); in qla4xxx_set_param_ddbentry()2126 cpu_to_le16((sess->max_burst / BYTE_UNITS)); in qla4xxx_set_param_ddbentry()
872 #define BYTE_UNITS 512 macro