Searched refs:send_bytes (Results 1 – 3 of 3) sorted by relevance
197 int ret, len = 0, send_bytes; in ili922x_read() local215 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()
337 u32 send_bytes; /* for tx */ member
1198 u16 *mss, u32 *type_cs_vlan_tso, u32 *send_bytes) in hns3_set_tso() argument1254 *send_bytes = (skb_shinfo(skb)->gso_segs - 1) * hdr_len + skb->len; in hns3_set_tso()1673 ¶m->type_cs_vlan_tso, &desc_cb->send_bytes); in hns3_handle_csum_partial()1693 desc_cb->send_bytes = skb->len; in hns3_fill_skb_desc()2377 doorbell = __netdev_tx_sent_queue(dev_queue, desc_cb->send_bytes, in hns3_nic_net_xmit()3660 (*bytes) += desc_cb->send_bytes; in hns3_nic_reclaim_desc()