Searched refs:phy_buf_len (Results 1 – 1 of 1) sorted by relevance
112 static void phy_tx_pad(unsigned char *phy_buf, unsigned int phy_buf_len, in phy_tx_pad() argument115 unsigned char *p = &phy_buf[phy_buf_len - 1], *dst_p; in phy_tx_pad()117 *aligned_len = IFPGA_ALIGN(phy_buf_len, 4); in phy_tx_pad()119 if (*aligned_len == phy_buf_len) in phy_tx_pad()