Searched refs:bf_dest (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_hermon_hw.c | 1186 uint64_t *bf_dest, *src64; in dapli_hermon_post_send() local 1200 bf_dest = (uint64_t *)((uintptr_t)qp->qp_ia_bf + in dapli_hermon_post_send() 1204 bf_dest[i] = src64[i]; in dapli_hermon_post_send() 1205 bf_dest[i + 1] = src64[i + 1]; in dapli_hermon_post_send() 1206 bf_dest[i + 2] = src64[i + 2]; in dapli_hermon_post_send() 1207 bf_dest[i + 3] = src64[i + 3]; in dapli_hermon_post_send() 1208 bf_dest[i + 4] = src64[i + 4]; in dapli_hermon_post_send() 1209 bf_dest[i + 5] = src64[i + 5]; in dapli_hermon_post_send() 1210 bf_dest[i + 6] = src64[i + 6]; in dapli_hermon_post_send() 1211 bf_dest[i + 7] = src64[i + 7]; in dapli_hermon_post_send()
|
/illumos-gate/usr/src/uts/common/net/ |
H A D | bridge_impl.h | 218 uchar_t bf_dest[ETHERADDRL]; member
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | bridge.c | 422 bcopy(blf->blf_dest, match.bf_dest, ETHERADDRL); in bridge_ioc_listfwd() 432 bcopy(bfp->bf_dest, blf->blf_dest, ETHERADDRL); in bridge_ioc_listfwd() 675 int diff = memcmp(fwd1->bf_dest, fwd2->bf_dest, ETHERADDRL); in fwd_compare() 905 bcopy(addr, bfp->bf_dest, ETHERADDRL); in fwd_alloc() 920 bcopy(addr, match.bf_dest, ETHERADDRL); in fwd_find() 1027 bcopy(oldaddr, match.bf_dest, ETHERADDRL); in fwd_update_local() 1074 bcopy(newaddr, match.bf_dest, ETHERADDRL); in fwd_update_local()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | net.c | 1387 mdb_mac_addr(bfp->bf_dest, ETHERADDRL, macaddr, sizeof (macaddr)); in do_bridge_fwd()
|