Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.c1798 bcmpr = memcmp(left->mlfe_dmac, right->mlfe_dmac, in mlxcx_dmac_fe_compare()
1799 sizeof (left->mlfe_dmac)); in mlxcx_dmac_fe_compare()
1953 (void) memset(fe->mlfe_dmac, 0xff, sizeof (fe->mlfe_dmac)); in mlxcx_setup_ports()
2251 ASSERT0(bcmp(macaddr, fe->mlfe_dmac, sizeof (fe->mlfe_dmac))); in mlxcx_remove_umcast_entry()
2303 bcopy(macaddr, probe.mlfe_dmac, sizeof (probe.mlfe_dmac)); in mlxcx_add_umcast_entry()
2326 bcopy(macaddr, fe->mlfe_dmac, sizeof (fe->mlfe_dmac)); in mlxcx_add_umcast_entry()
H A Dmlxcx.h812 uint8_t mlfe_dmac[ETHERADDRL]; member
H A Dmlxcx_cmd.c3263 bcopy(mlfe->mlfe_dmac, hdrs->mlfh_dmac, in mlxcx_cmd_set_flow_table_entry()