Lines Matching refs:u32

18 static u32 get_msglevel(struct net_device *dev)  in get_msglevel()
23 static void set_msglevel(struct net_device *dev, u32 val) in set_msglevel()
200 u32 exprom_vers; in get_drvinfo()
229 static void get_strings(struct net_device *dev, u32 stringset, u8 *data) in get_strings()
1028 u32 param, val; in set_dbqtimer_tick()
1064 u32 param, val; in set_dbqtimer()
1191 static int eeprom_rd_phys(struct adapter *adap, unsigned int phys_addr, u32 *v) in eeprom_rd_phys()
1196 vaddr = pci_read_vpd(adap->pdev, vaddr, sizeof(u32), v); in eeprom_rd_phys()
1200 static int eeprom_wr_phys(struct adapter *adap, unsigned int phys_addr, u32 v) in eeprom_wr_phys()
1205 vaddr = pci_write_vpd(adap->pdev, vaddr, sizeof(u32), &v); in eeprom_wr_phys()
1223 err = eeprom_rd_phys(adapter, i, (u32 *)&buf[i]); in get_eeprom()
1236 u32 aligned_offset, aligned_len, *p; in set_eeprom()
1246 u32 start = 1024 + adapter->pf * EEPROMPFSIZE; in set_eeprom()
1259 err = eeprom_rd_phys(adapter, aligned_offset, (u32 *)buf); in set_eeprom()
1263 (u32 *)&buf[aligned_len - 4]); in set_eeprom()
1275 for (p = (u32 *)buf; !err && aligned_len; aligned_len -= 4, p++) { in set_eeprom()
1289 const u8 *data, u32 size) in cxgb4_ethtool_flash_bootcfg()
1302 const u8 *bdata, u32 size) in cxgb4_ethtool_flash_boot()
1325 static int cxgb4_validate_phy_image(const u8 *data, u32 *size) in cxgb4_validate_phy_image()
1337 const u8 *data, u32 size) in cxgb4_ethtool_flash_phy()
1372 const u8 *data, u32 size) in cxgb4_ethtool_flash_fw()
1395 const u8 *data, u32 size, u32 region) in cxgb4_ethtool_flash_region()
1428 static int cxgb4_validate_fw_image(const u8 *data, u32 *size) in cxgb4_validate_fw_image()
1442 static int cxgb4_validate_bootcfg_image(const u8 *data, u32 *size) in cxgb4_validate_bootcfg_image()
1453 static int cxgb4_validate_boot_image(const u8 *data, u32 *size) in cxgb4_validate_boot_image()
1481 static int cxgb4_ethtool_get_flash_region(const u8 *data, u32 *size) in cxgb4_ethtool_get_flash_region()
1503 u32 size = 0; in set_flash()
1504 u32 pcie_fw; in set_flash()
1584 static u32 get_rss_table_size(struct net_device *dev) in get_rss_table_size()
1591 static int get_rss_table(struct net_device *dev, u32 *p, u8 *key, u8 *hfunc) in get_rss_table()
1605 static int set_rss_table(struct net_device *dev, const u32 *p, const u8 *key, in set_rss_table()
1632 u32 ftid) in cxgb4_get_filter_entry()
1737 u32 *rules) in get_rxnfc()
1825 u32 filter_id; in cxgb4_ntuple_del_filter()
1875 u32 tid; in cxgb4_ntuple_set_filter()
1949 u32 len = 0; in set_dump()
1974 u32 len = 0; in get_dump_data()
2103 static u32 cxgb4_get_priv_flags(struct net_device *netdev) in cxgb4_get_priv_flags()
2117 static inline void set_flags(u32 *cur_flags, u32 new_flags, u32 flags) in set_flags()
2122 static int cxgb4_set_priv_flags(struct net_device *netdev, u32 flags) in cxgb4_set_priv_flags()
2243 u32 nentries, i; in cxgb4_init_ethtool_filters()