Searched refs:is_mcast (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dah.c47 u8 *mac, int *is_mcast, u8 port)
51 *is_mcast = 0;
58 *is_mcast = 1;
102 int is_mcast; local
105 err = mlx4_ib_resolve_grh(ibdev, ah_attr, mac, &is_mcast, ah_attr->port_num);
129 if (is_mcast)
46 mlx4_ib_resolve_grh(struct mlx4_ib_dev *dev, const struct ib_ah_attr *ah_attr, u8 *mac, int *is_mcast, u8 port) argument
H A Dmlx4_ib.h718 u8 *mac, int *is_mcast, u8 port);
H A Dqp.c1572 int is_mcast; local
1657 err = mlx4_ib_resolve_grh(dev, ah, mac, &is_mcast, port);
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-wqe.h129 uint64_t is_mcast : 1; /**< set if the hardware determined that the packet is a multi-cast */ member in struct:__anon7159::__anon7160
187 uint64_t is_mcast : 1; /**< set if the hardware determined that the packet is a multi-cast */ member in struct:__anon7159::__anon7161
246 uint64_t is_mcast : 1; /**< set if the hardware determined that the packet is a multi-cast */ member in struct:__anon7159::__anon7162
282 uint64_t is_mcast : 1; /**< set if the hardware determined that the packet is a multi-cast */ member in struct:__anon7159::__anon7164
337 uint64_t is_mcast : 1; /**< set if the hardware determined that the packet is a multi-cast */ member in struct:__anon7159::__anon7165
392 uint64_t is_mcast : 1; /**< set if the hardware determined that the packet is a multi-cast */ member in struct:__anon7159::__anon7166
/freebsd-10.0-release/contrib/ofed/libibverbs/src/
H A Dverbs.c697 static int resolve_gid(const union ibv_gid *dgid, uint8_t *mac, uint8_t *is_mcast) argument
701 *is_mcast = 0;
704 *is_mcast = 1;
723 uint8_t *is_mcast)
729 err = resolve_gid(dgid, mac, is_mcast);
739 if (!is_tagged_vlan(dgid) && !is_mcast)
743 if (svlan != get_vlan_id(dgid) && !is_mcast)
720 __ibv_resolve_eth_gid(const struct ibv_pd *pd, uint8_t port_num, union ibv_gid *dgid, uint8_t sgid_index, uint8_t mac[], uint16_t *vlan, uint8_t *tagged, uint8_t *is_mcast) argument
/freebsd-10.0-release/contrib/ofed/libibverbs/include/infiniband/
H A Ddriver.h170 uint8_t *is_mcast);
/freebsd-10.0-release/contrib/ofed/libmlx4/src/
H A Dverbs.c681 uint8_t is_mcast; local
715 &ah->tagged, &is_mcast))
718 if (is_mcast) {

Completed in 205 milliseconds