Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dfw.c455 u32 ext_host_tbl_len; in mm81x_fw_read_ext_host_table() local
474 &ext_host_tbl_len); in mm81x_fw_read_ext_host_table()
478 ext_host_tbl_len = ROUND_BYTES_TO_WORD(ext_host_tbl_len); in mm81x_fw_read_ext_host_table()
479 if (WARN_ON(ext_host_tbl_len == 0 || ext_host_tbl_len > INT_MAX)) { in mm81x_fw_read_ext_host_table()
484 host_tbl = kmalloc(ext_host_tbl_len, GFP_KERNEL); in mm81x_fw_read_ext_host_table()
491 (int)ext_host_tbl_len); in mm81x_fw_read_ext_host_table()