Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/qlxgb/
H A Dqla_def.h206 #define QL_MIN(x, y) ((x < y) ? x : y) macro
H A Dqla_hw.c970 bytes = QL_MIN(bytes, hdr_len); in qla_hw_send()
976 bytes = QL_MIN((sizeof(q80_tx_cmd_t)), hdr_len); in qla_hw_send()
1081 bytes = QL_MIN(bytes, hdr_len); in qla_hw_send()
1116 bytes = QL_MIN((sizeof(q80_tx_cmd_t)), hdr_len); in qla_hw_send()
/freebsd-12.1/sys/dev/qlxgbe/
H A Dql_def.h273 #define QL_MIN(x, y) ((x < y) ? x : y) macro
H A Dql_hw.c2545 bytes = QL_MIN(bytes, hdr_len); in ql_hw_send()
2551 bytes = QL_MIN((sizeof(q80_tx_cmd_t)), hdr_len); in ql_hw_send()
2694 bytes = QL_MIN(bytes, hdr_len); in ql_hw_send()
2735 bytes = QL_MIN((sizeof(q80_tx_cmd_t)), hdr_len); in ql_hw_send()
/freebsd-12.1/sys/dev/qlxge/
H A Dqls_def.h367 #define QL_MIN(x, y) ((x < y) ? x : y) macro
/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h526 #define QL_MIN(x, y) ((x < y) ? x : y) macro