Lines Matching refs:buff

1402 			u8 *buff;  in i40e_dbg_command_write()  local
1416 buff = kzalloc(buff_len, GFP_KERNEL); in i40e_dbg_command_write()
1417 if (!buff) in i40e_dbg_command_write()
1421 index, buff_len, buff, &rlen, in i40e_dbg_command_write()
1428 kfree(buff); in i40e_dbg_command_write()
1429 buff = NULL; in i40e_dbg_command_write()
1437 buff, rlen, true); in i40e_dbg_command_write()
1438 kfree(buff); in i40e_dbg_command_write()
1439 buff = NULL; in i40e_dbg_command_write()
1608 u8 *buff; in i40e_dbg_command_write() local
1635 buff = kzalloc(buffer_len, GFP_KERNEL); in i40e_dbg_command_write()
1636 if (!buff) { in i40e_dbg_command_write()
1642 ret = i40e_asq_send_command(&pf->hw, desc, buff, in i40e_dbg_command_write()
1665 buff, buffer_len, true); in i40e_dbg_command_write()
1666 kfree(buff); in i40e_dbg_command_write()
1667 buff = NULL; in i40e_dbg_command_write()
1807 u8 *buff; in i40e_dbg_command_write() local
1809 buff = kzalloc(I40E_LLDPDU_SIZE, GFP_KERNEL); in i40e_dbg_command_write()
1810 if (!buff) in i40e_dbg_command_write()
1815 buff, I40E_LLDPDU_SIZE, in i40e_dbg_command_write()
1821 kfree(buff); in i40e_dbg_command_write()
1822 buff = NULL; in i40e_dbg_command_write()
1828 buff, I40E_LLDPDU_SIZE, true); in i40e_dbg_command_write()
1829 kfree(buff); in i40e_dbg_command_write()
1830 buff = NULL; in i40e_dbg_command_write()
1834 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()
1886 u16 *buff; in i40e_dbg_command_write() local
1913 buff = kzalloc(bytes, GFP_KERNEL); in i40e_dbg_command_write()
1914 if (!buff) in i40e_dbg_command_write()
1922 kfree(buff); in i40e_dbg_command_write()
1927 bytes, (u8 *)buff, true, NULL); in i40e_dbg_command_write()
1940 buff, bytes, true); in i40e_dbg_command_write()
1942 kfree(buff); in i40e_dbg_command_write()
1943 buff = NULL; in i40e_dbg_command_write()