HomeSort by: relevance | last modified time | path
    Searched refs:write_iosf_sb_reg (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_x550.c 976 mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550;
979 mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550a;
1033 mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550;
1823 status = hw->mac.ops.write_iosf_sb_reg(hw,
1841 status = hw->mac.ops.write_iosf_sb_reg(hw,
1873 rc = mac->ops.write_iosf_sb_reg(hw,
1887 rc = mac->ops.write_iosf_sb_reg(hw,
1905 rc = mac->ops.write_iosf_sb_reg(hw,
1942 rc = mac->ops.write_iosf_sb_reg(hw,
1956 rc = mac->ops.write_iosf_sb_reg(hw
    [all...]
ixgbe_api.c 1274 return ixgbe_call_func(hw, hw->mac.ops.write_iosf_sb_reg, (hw, reg_addr,
ixgbe_type.h 4121 s32 (*write_iosf_sb_reg)(struct ixgbe_hw *, u32, u32, u32); member in struct:ixgbe_mac_operations

Completed in 22 milliseconds