Home
last modified time | relevance | path

Searched refs:send_bytes (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/video/backlight/
H A Dili922x.c197 int ret, len = 0, send_bytes; in ili922x_read() local
215 send_bytes = len; in ili922x_read()
224 xfer_regvalue.tx_buf = &tbuf[send_bytes]; in ili922x_read()
225 xfer_regvalue.rx_buf = &rbuf[send_bytes]; in ili922x_read()
235 *rx = (rbuf[1 + send_bytes] << 8) + rbuf[2 + send_bytes]; in ili922x_read()
/linux/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c568 uint8_t *send, int send_bytes, in cdv_intel_dp_aux_ch() argument
603 for (i = 0; i < send_bytes; i += 4) in cdv_intel_dp_aux_ch()
605 pack_aux(send + i, send_bytes - i)); in cdv_intel_dp_aux_ch()
611 (send_bytes << DP_AUX_CH_CTL_MESSAGE_SIZE_SHIFT) | in cdv_intel_dp_aux_ch()
670 uint16_t address, uint8_t *send, int send_bytes) in cdv_intel_dp_aux_native_write() argument
677 if (send_bytes > 16) in cdv_intel_dp_aux_native_write()
682 msg[3] = send_bytes - 1; in cdv_intel_dp_aux_native_write()
683 memcpy(&msg[4], send, send_bytes); in cdv_intel_dp_aux_native_write()
684 msg_bytes = send_bytes + 4; in cdv_intel_dp_aux_native_write()
697 return send_bytes; in cdv_intel_dp_aux_native_write()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h337 u32 send_bytes; /* for tx */ member
H A Dhns3_enet.c1184 u16 *mss, u32 *type_cs_vlan_tso, u32 *send_bytes) in hns3_set_tso() argument
1240 *send_bytes = (skb_shinfo(skb)->gso_segs - 1) * hdr_len + skb->len; in hns3_set_tso()
1659 &param->type_cs_vlan_tso, &desc_cb->send_bytes); in hns3_handle_csum_partial()
1679 desc_cb->send_bytes = skb->len; in hns3_fill_skb_desc()
2363 doorbell = __netdev_tx_sent_queue(dev_queue, desc_cb->send_bytes, in hns3_nic_net_xmit()
3651 (*bytes) += desc_cb->send_bytes; in hns3_nic_reclaim_desc()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h1889 u32 (*get_aux_send_ctl)(struct intel_dp *dp, int send_bytes,
/linux/drivers/infiniband/hw/efa/
H A Defa_verbs.c2212 stats->value[EFA_SEND_BYTES] = ms->send_bytes; in efa_fill_port_stats()