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

/freebsd-10.1-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c1730 u8 op_mod = 0; local
1735 op_mod = 3; /* don't write outbox, any->reset */
1742 op_mod = 2; /* write outbox, any->reset */
1748 (!!is_ee << 24) | num, op_mod,
1783 op_mod, op[cur][next], CMD_TIME_CLASS_C, status);
1799 u8 op_mod; local
1803 op_mod = 0;
1806 op_mod = 1;
1809 op_mod = 2;
1812 op_mod
[all...]
/freebsd-10.1-release/sys/ofed/drivers/net/mlx4/
H A Dport.c531 u8 op_mod, struct mlx4_cmd_mailbox *inbox)
557 is_eth = op_mod;
560 if (op_mod > 1)
676 return mlx4_cmd(dev, inbox->dma, in_mod & 0xffff, op_mod,
530 mlx4_common_set_port(struct mlx4_dev *dev, int slave, u32 in_mod, u8 op_mod, struct mlx4_cmd_mailbox *inbox) argument
H A Dmcg.c110 u16 *hash, u8 op_mod)
115 err = mlx4_cmd_imm(dev, mailbox->dma, &imm, 0, op_mod,
681 u8 op_mod = (prot == MLX4_PROT_ETH) ? local
691 err = mlx4_GID_HASH(dev, mailbox, &hash, op_mod);
109 mlx4_GID_HASH(struct mlx4_dev *dev, struct mlx4_cmd_mailbox *mailbox, u16 *hash, u8 op_mod) argument

Completed in 60 milliseconds