Searched refs:frm_length (Results 1 – 4 of 4) sorted by relevance
692 u32 frm_length; in init_mac() local 724 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 278 * value configured in the frm_length register295 * frm_length register, if it is greater than 1518
276 in the frm_length register. See the Altera TSE User Guide for More details.
1481 static inline void brcmf_sdio_update_hwhdr(u8 *header, u16 frm_length) in brcmf_sdio_update_hwhdr() argument 1483 *(__le16 *)header = cpu_to_le16(frm_length); in brcmf_sdio_update_hwhdr() 1484 *(((__le16 *)header) + 1) = cpu_to_le16(~frm_length); in brcmf_sdio_update_hwhdr()