Searched refs:tx_bcopy_limit (Results 1 – 5 of 5) sorted by relevance
697 if (result != dev->tx_bcopy_limit) in oce_set_priv_prop()698 dev->tx_bcopy_limit = (uint32_t)result; in oce_set_priv_prop()737 value = dev->tx_bcopy_limit; in oce_get_priv_prop()
771 if (pkt_len < dev->tx_bcopy_limit) { in oce_send_packet()781 if (len < dev->tx_bcopy_limit) { in oce_send_packet()
605 dev->tx_bcopy_limit = oce_get_prop(dev, (char *)tx_bcopy_limit_name, in oce_get_params()
486 wq->cfg.buf_size = dev->tx_bcopy_limit; in oce_wq_init()
225 uint32_t tx_bcopy_limit; /* TX BCOPY Limit */ member