Lines Matching refs:command
1072 u32 i, command = 0; in ixgbe_iosf_wait() local
1079 command = IXGBE_READ_REG(hw, IXGBE_SB_IOSF_INDIRECT_CTRL); in ixgbe_iosf_wait()
1080 if ((command & IXGBE_SB_IOSF_CTRL_BUSY) == 0) in ixgbe_iosf_wait()
1085 *ctrl = command; in ixgbe_iosf_wait()
1106 u32 command, error; in ixgbe_write_iosf_sb_reg_x550() local
1117 command = ((reg_addr << IXGBE_SB_IOSF_CTRL_ADDR_SHIFT) | in ixgbe_write_iosf_sb_reg_x550()
1121 IXGBE_WRITE_REG(hw, IXGBE_SB_IOSF_INDIRECT_CTRL, command); in ixgbe_write_iosf_sb_reg_x550()
1126 ret = ixgbe_iosf_wait(hw, &command); in ixgbe_write_iosf_sb_reg_x550()
1128 if ((command & IXGBE_SB_IOSF_CTRL_RESP_STAT_MASK) != 0) { in ixgbe_write_iosf_sb_reg_x550()
1129 error = (command & IXGBE_SB_IOSF_CTRL_CMPL_ERR_MASK) >> in ixgbe_write_iosf_sb_reg_x550()
1152 u32 command, error; in ixgbe_read_iosf_sb_reg_x550() local
1163 command = ((reg_addr << IXGBE_SB_IOSF_CTRL_ADDR_SHIFT) | in ixgbe_read_iosf_sb_reg_x550()
1167 IXGBE_WRITE_REG(hw, IXGBE_SB_IOSF_INDIRECT_CTRL, command); in ixgbe_read_iosf_sb_reg_x550()
1169 ret = ixgbe_iosf_wait(hw, &command); in ixgbe_read_iosf_sb_reg_x550()
1171 if ((command & IXGBE_SB_IOSF_CTRL_RESP_STAT_MASK) != 0) { in ixgbe_read_iosf_sb_reg_x550()
1172 error = (command & IXGBE_SB_IOSF_CTRL_CMPL_ERR_MASK) >> in ixgbe_read_iosf_sb_reg_x550()