Home
last modified time | relevance | path

Searched refs:trans_skb (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/s390/net/
H A Dctcm_fsms.c289 ch->trans_skb->len = 0; in chx_txdone()
598 if (ch->trans_skb != NULL) { in ctcm_chx_start()
600 dev_kfree_skb(ch->trans_skb); in ctcm_chx_start()
601 ch->trans_skb = NULL; in ctcm_chx_start()
711 ch->trans_skb = NULL; in ctcm_chx_cleanup()
1263 ch->trans_skb->len = 0; in ctcmpc_chx_txdone()
1329 ch->trans_skb->data); in ctcmpc_chx_txdone()
1334 ch->trans_skb = NULL; in ctcmpc_chx_txdone()
1344 ch->trans_skb->data); in ctcmpc_chx_txdone()
1442 ch->trans_skb->len = 0; in ctcmpc_chx_rx()
[all …]
H A Dctcm_main.h155 struct sk_buff *trans_skb; /* transmit/receive buffer */ member
283 if (ch->trans_skb == NULL) in ctcm_checkalloc_buffer()
286 dev_kfree_skb(ch->trans_skb); in ctcm_checkalloc_buffer()
H A Dctcm_main.c221 if (ch->trans_skb != NULL) { in channel_remove()
223 dev_kfree_skb_any(ch->trans_skb); in channel_remove()
386 if (ch->trans_skb == NULL) { in ctcm_ch_alloc_buffer()
397 dev_kfree_skb(ch->trans_skb); in ctcm_ch_alloc_buffer()
398 ch->trans_skb = NULL; in ctcm_ch_alloc_buffer()
408 ch->trans_skb_data = ch->trans_skb->data; in ctcm_ch_alloc_buffer()
552 skb_reset_tail_pointer(ch->trans_skb); in ctcm_transmit_skb()
553 ch->trans_skb->len = 0; in ctcm_transmit_skb()
769 skb_reset_tail_pointer(ch->trans_skb); in ctcmpc_transmit_skb()
770 ch->trans_skb->len = 0; in ctcmpc_transmit_skb()
[all …]
H A Dctcm_mpc.c1667 ch->trans_skb->data = ch->trans_skb_data; in mpc_action_side_xid()
1668 skb_reset_tail_pointer(ch->trans_skb); in mpc_action_side_xid()
1669 ch->trans_skb->len = 0; in mpc_action_side_xid()
1674 memset(ch->trans_skb->data, 0, 16); in mpc_action_side_xid()
1677 skb_put(ch->trans_skb, TH_HEADER_LENGTH); in mpc_action_side_xid()
1678 ch->rcvd_xid = (struct xid2 *)skb_tail_pointer(ch->trans_skb); in mpc_action_side_xid()
1680 skb_put(ch->trans_skb, XID2_LENGTH); in mpc_action_side_xid()
1681 ch->rcvd_xid_id = skb_tail_pointer(ch->trans_skb); in mpc_action_side_xid()
1683 ch->trans_skb->data = ch->trans_skb_data; in mpc_action_side_xid()
1684 skb_reset_tail_pointer(ch->trans_skb); in mpc_action_side_xid()
[all …]