Home
last modified time | relevance | path

Searched refs:xid_id (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/s390/net/
H A Dctcm_mpc.h184 char *xid_id; member
H A Dctcm_mpc.c961 ch->xid_id = skb_tail_pointer(ch->xid_skb); in mpc_channel_action()
1295 grp->xid_id = skb_tail_pointer(grp->xid_skb); in ctcmpc_init_mpc_group()
1699 if (!(ch->xid_th && ch->xid && ch->xid_id)) in mpc_action_side_xid()
1702 CTCM_FUNTAIL, ch->id, ch->xid_th, ch->xid, ch->xid_id); in mpc_action_side_xid()
1758 if (ch->xid_id == NULL) in mpc_action_side_xid()
1761 ch->ccw[13].cda = virt_to_dma32(ch->xid_id); in mpc_action_side_xid()
1775 CTCM_D3_DUMP((char *)ch->xid_id, 4); in mpc_action_side_xid()
H A Dctcm_main.h183 char *xid_id; member