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.c958 bytes = QL_MIN(bytes, hdr_len); in qla_hw_send()
964 bytes = QL_MIN((sizeof(q80_tx_cmd_t)), hdr_len); in qla_hw_send()
1067 bytes = QL_MIN(bytes, hdr_len); in qla_hw_send()
1102 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.c2515 bytes = QL_MIN(bytes, hdr_len); in ql_hw_send()
2521 bytes = QL_MIN((sizeof(q80_tx_cmd_t)), hdr_len); in ql_hw_send()
2659 bytes = QL_MIN(bytes, hdr_len); in ql_hw_send()
2699 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.h510 #define QL_MIN(x, y) ((x < y) ? x : y) macro