Lines Matching refs:buff

1406 			u8 *buff;  in i40e_dbg_command_write()  local
1420 buff = kzalloc(buff_len, GFP_KERNEL); in i40e_dbg_command_write()
1421 if (!buff) in i40e_dbg_command_write()
1425 index, buff_len, buff, &rlen, in i40e_dbg_command_write()
1432 kfree(buff); in i40e_dbg_command_write()
1433 buff = NULL; in i40e_dbg_command_write()
1441 buff, rlen, true); in i40e_dbg_command_write()
1442 kfree(buff); in i40e_dbg_command_write()
1443 buff = NULL; in i40e_dbg_command_write()
1609 u8 *buff; in i40e_dbg_command_write() local
1636 buff = kzalloc(buffer_len, GFP_KERNEL); in i40e_dbg_command_write()
1637 if (!buff) { in i40e_dbg_command_write()
1643 ret = i40e_asq_send_command(&pf->hw, desc, buff, in i40e_dbg_command_write()
1666 buff, buffer_len, true); in i40e_dbg_command_write()
1667 kfree(buff); in i40e_dbg_command_write()
1668 buff = NULL; in i40e_dbg_command_write()
1809 u8 *buff; in i40e_dbg_command_write() local
1810 buff = kzalloc(I40E_LLDPDU_SIZE, GFP_KERNEL); in i40e_dbg_command_write()
1811 if (!buff) in i40e_dbg_command_write()
1816 buff, I40E_LLDPDU_SIZE, in i40e_dbg_command_write()
1822 kfree(buff); in i40e_dbg_command_write()
1823 buff = NULL; in i40e_dbg_command_write()
1829 buff, I40E_LLDPDU_SIZE, true); in i40e_dbg_command_write()
1830 kfree(buff); in i40e_dbg_command_write()
1831 buff = NULL; in i40e_dbg_command_write()
1835 u8 *buff; in i40e_dbg_command_write() local
1836 buff = kzalloc(I40E_LLDPDU_SIZE, GFP_KERNEL); in i40e_dbg_command_write()
1837 if (!buff) in i40e_dbg_command_write()
1843 buff, I40E_LLDPDU_SIZE, in i40e_dbg_command_write()
1849 kfree(buff); in i40e_dbg_command_write()
1850 buff = NULL; in i40e_dbg_command_write()
1856 buff, I40E_LLDPDU_SIZE, true); in i40e_dbg_command_write()
1857 kfree(buff); in i40e_dbg_command_write()
1858 buff = NULL; in i40e_dbg_command_write()
1884 u16 *buff; in i40e_dbg_command_write() local
1911 buff = kzalloc(bytes, GFP_KERNEL); in i40e_dbg_command_write()
1912 if (!buff) in i40e_dbg_command_write()
1920 kfree(buff); in i40e_dbg_command_write()
1925 bytes, (u8 *)buff, true, NULL); in i40e_dbg_command_write()
1938 buff, bytes, true); in i40e_dbg_command_write()
1940 kfree(buff); in i40e_dbg_command_write()
1941 buff = NULL; in i40e_dbg_command_write()