Searched defs:gw (Results 1 - 1 of 1) sorted by relevance

/drivers/infiniband/hw/mlx4/
H A Dmain.c896 struct update_gid_work *gw = container_of(work, struct update_gid_work, work); local
900 struct mlx4_dev *dev = gw->dev->dev;
910 memcpy(gids, gw->gids, sizeof gw->gids);
912 err = mlx4_cmd(dev, mailbox->dma, MLX4_SET_PORT_GID_TABLE << 8 | gw->port,
918 memcpy(gw->dev->iboe.gid_table[gw->port - 1], gw->gids, sizeof gw->gids);
919 event.device = &gw
[all...]

Completed in 730 milliseconds