Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_sp.c467 u16 temp16[3]; in bnxt_qplib_create_ah() local
489 memcpy(temp16, ah->dmac, ETH_ALEN); in bnxt_qplib_create_ah()
490 req.dest_mac[0] = cpu_to_le16(temp16[0]); in bnxt_qplib_create_ah()
491 req.dest_mac[1] = cpu_to_le16(temp16[1]); in bnxt_qplib_create_ah()
492 req.dest_mac[2] = cpu_to_le16(temp16[2]); in bnxt_qplib_create_ah()