Searched refs:qeth_do_send_packet (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/drivers/s390/net/ |
D | qeth_core.h | 1026 int qeth_do_send_packet(struct qeth_card *card, struct qeth_qdio_out_q *queue,
|
D | qeth_l2_main.c | 684 rc = qeth_do_send_packet(card, queue, skb, hdr, data_offset, in qeth_l2_xmit() 719 return qeth_do_send_packet(card, queue, skb, hdr, 0, 0, elements); in qeth_l2_xmit_osn()
|
D | qeth_l3_main.c | 2206 rc = qeth_do_send_packet(card, queue, skb, hdr, 0, hd_len, in qeth_l3_xmit_offload() 2319 rc = qeth_do_send_packet(card, queue, new_skb, hdr, hd_len, hd_len, in qeth_l3_xmit()
|
D | qeth_core_main.c | 4106 int qeth_do_send_packet(struct qeth_card *card, struct qeth_qdio_out_q *queue, in qeth_do_send_packet() function 4194 EXPORT_SYMBOL_GPL(qeth_do_send_packet);
|