Searched refs:frm_length (Results 1 – 4 of 4) sorted by relevance
692 u32 frm_length; in init_mac() local724 frm_length = ETH_HLEN + priv->dev->mtu + ETH_FCS_LEN; in init_mac()725 csrwr32(frm_length, priv->mac_dev, tse_csroffs(frm_length)); in init_mac()
181 u32 frm_length; member
276 in the frm_length register. See the Altera TSE User Guide for More details.
1480 static inline void brcmf_sdio_update_hwhdr(u8 *header, u16 frm_length) in brcmf_sdio_update_hwhdr() argument1482 *(__le16 *)header = cpu_to_le16(frm_length); in brcmf_sdio_update_hwhdr()1483 *(((__le16 *)header) + 1) = cpu_to_le16(~frm_length); in brcmf_sdio_update_hwhdr()
Completed in 17 milliseconds