Home
last modified time | relevance | path

Searched refs:QL_MIN (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/qlxgb/
H A Dqla_def.h204 #define QL_MIN(x, y) ((x < y) ? x : y) macro
H A Dqla_hw.c965 bytes = QL_MIN(bytes, hdr_len); in qla_hw_send()
971 bytes = QL_MIN((sizeof(q80_tx_cmd_t)), hdr_len); in qla_hw_send()
1074 bytes = QL_MIN(bytes, hdr_len); in qla_hw_send()
1109 bytes = QL_MIN((sizeof(q80_tx_cmd_t)), hdr_len); in qla_hw_send()
/freebsd/sys/dev/qlxgbe/
H A Dql_def.h271 #define QL_MIN(x, y) ((x < y) ? x : y) macro
H A Dql_hw.c2520 bytes = QL_MIN(bytes, hdr_len); in ql_hw_send()
2526 bytes = QL_MIN((sizeof(q80_tx_cmd_t)), hdr_len); in ql_hw_send()
2664 bytes = QL_MIN(bytes, hdr_len); in ql_hw_send()
2704 bytes = QL_MIN((sizeof(q80_tx_cmd_t)), hdr_len); in ql_hw_send()
/freebsd/sys/dev/qlxge/
H A Dqls_def.h362 #define QL_MIN(x, y) ((x < y) ? x : y) macro
/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h506 #define QL_MIN(x, y) ((x < y) ? x : y) macro