Searched refs:is_eth (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c992 int is_eth = rdma_port_get_link_layer(&dev->ib_dev, port) == local
1025 if (is_eth) {
1512 int is_eth; local
1523 is_eth = rdma_port_get_link_layer(sqp->qp.ibqp.device, sqp->qp.port) == IB_LINK_LAYER_ETHERNET;
1529 if (is_eth) {
1534 ib_ud_header_init(send_size, !is_eth, is_eth, is_vlan, is_grh, 0, &sqp->ud_header);
1535 if (!is_eth) {
1556 if (!is_eth) {
1578 if (is_eth) {
2341 int is_eth; local
[all...]
H A Dmain.c464 u8 is_eth = dev->dev->caps.port_type[port] == MLX4_PORT_TYPE_ETH; local
480 err = mlx4_cmd(dev->dev, mailbox->dma, port, is_eth, MLX4_CMD_SET_PORT,
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_ioctl.c2129 int is_eth, index; local
2140 is_eth = (len == 3 && !strncmp(lxname, "eth", len)) ? 1 : 0;
2147 * the test optional based on is_eth.
2151 if (is_eth && IFP_IS_ETH(ifp) && unit == index++)

Completed in 63 milliseconds