Searched refs:frm_len (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/net/caif/ |
H A D | caif_virtio.c | 218 u8 *frm, u32 frm_len) in cfv_alloc_and_copy_skb() argument 225 if (frm_len > cfv->mru || frm_len <= cfv->rx_hr + cfv->rx_tr) { in cfv_alloc_and_copy_skb() 228 frm_len, cfv->mru, cfv->rx_hr, in cfv_alloc_and_copy_skb() 234 cfpkt_len = frm_len - (cfv->rx_hr + cfv->rx_tr); in cfv_alloc_and_copy_skb() 237 skb = netdev_alloc_skb(cfv->ndev, frm_len + pad_len); in cfv_alloc_and_copy_skb()
|
/openbmc/linux/sound/soc/amd/raven/ |
H A D | acp3x-i2s.c | 45 u32 frm_len; in acp3x_i2s_set_tdm_slot() local 67 frm_len = FRM_LEN | (slots << 15) | (slot_len << 18); in acp3x_i2s_set_tdm_slot() 68 adata->tdm_fmt = frm_len; in acp3x_i2s_set_tdm_slot()
|
/openbmc/linux/sound/soc/amd/vangogh/ |
H A D | acp5x-i2s.c | 55 u32 frm_len; in acp5x_i2s_set_tdm_slot() local 77 frm_len = FRM_LEN | (slots << 15) | (slot_len << 18); in acp5x_i2s_set_tdm_slot() 78 adata->tdm_fmt = frm_len; in acp5x_i2s_set_tdm_slot()
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc.c | 224 /* first BD needs frm_len and offload flags set */ in enetc_map_tx_buffs() 225 temp_bd.frm_len = cpu_to_le16(skb->len); in enetc_map_tx_buffs() 400 /* first BD needs frm_len and offload flags set */ in enetc_map_tx_tso_data() 401 txbd_tmp.frm_len = cpu_to_le16(hdr_len + data_len); in enetc_map_tx_tso_data() 1300 int frm_len) in enetc_xdp_tx() 1309 txbd->frm_len = cpu_to_le16(frm_len); in enetc_xdp_tx() 1321 int i, k, frm_len = tmp_tx_swbd->len; in enetc_xdp_frame_to_xdp_tx_swbd() 1328 frm_len += tmp_tx_swbd->len; in enetc_xdp_frame_to_xdp_tx_swbd() 1336 enetc_xdp_map_tx_buff(tx_ring, i, xdp_tx_swbd, frm_len); in enetc_xdp_frame_to_xdp_tx_swbd() 1258 enetc_xdp_map_tx_buff(struct enetc_bdr * tx_ring,int i,struct enetc_tx_swbd * tx_swbd,int frm_len) enetc_xdp_map_tx_buff() argument 1279 int i, k, frm_len = tmp_tx_swbd->len; enetc_xdp_tx() local [all...] |
H A D | enetc_hw.h | 537 __le16 frm_len; member
|
/openbmc/linux/net/bpf/ |
H A D | test_run.c | 135 size_t frm_len, meta_len; in xdp_test_run_init_page() local 140 frm_len = orig_ctx->data_end - orig_ctx->data_meta; in xdp_test_run_init_page() 147 memcpy(data + headroom, orig_ctx->data_meta, frm_len); in xdp_test_run_init_page() 150 xdp_prepare_buff(new_ctx, data, headroom, frm_len, true); in xdp_test_run_init_page()
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | sil-sii8620.c | 1061 const int frm_len = HDMI_INFOFRAME_HEADER_SIZE + MHL3_INFOFRAME_SIZE; in mhl3_infoframe_pack() local 1064 if (size < frm_len) in mhl3_infoframe_pack() 1092 ptr[3] -= sii8620_checksum(buffer, frm_len); in mhl3_infoframe_pack() 1093 return frm_len; in mhl3_infoframe_pack()
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfi_ms.h | 394 u16 frm_len; /* received frame length */ member
|
H A D | bfa_svc.c | 5519 m->frm_len = be16_to_cpu(m->frm_len); in uf_recv()
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.h | 3501 u16 frm_len; member
|