Home
last modified time | relevance | path

Searched refs:FW_DEFAULT_CHECKSUM (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/ixgbe/
HDixgbe_x550.c511 hic.cmd.hdr.checksum = FW_DEFAULT_CHECKSUM; in ixgbe_fw_phy_activity()
1327 token_cmd.hdr.checksum = FW_DEFAULT_CHECKSUM; in ixgbe_get_phy_token()
1365 token_cmd.hdr.checksum = FW_DEFAULT_CHECKSUM; in ixgbe_put_phy_token()
1400 write_cmd.hdr.checksum = FW_DEFAULT_CHECKSUM; in ixgbe_write_iosf_sb_reg_x550a()
1433 hic.cmd.hdr.checksum = FW_DEFAULT_CHECKSUM; in ixgbe_read_iosf_sb_reg_x550a()
3211 buffer.hdr.req.checksum = FW_DEFAULT_CHECKSUM; in ixgbe_read_ee_hostif_X550()
3270 buffer.hdr.req.checksum = FW_DEFAULT_CHECKSUM; in ixgbe_read_ee_hostif_buffer_X550()
3325 buffer.hdr.req.checksum = FW_DEFAULT_CHECKSUM; in ixgbe_write_ee_hostif_data_X550()
3680 buffer.req.checksum = FW_DEFAULT_CHECKSUM; in ixgbe_update_flash_X550()
3807 fw_cmd.hdr.checksum = FW_DEFAULT_CHECKSUM; in ixgbe_disable_rx_x550()
HDixgbe_type.h3016 #define FW_DEFAULT_CHECKSUM 0xFF /* checksum always 0xFF */ macro