Searched refs:xid_id (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | ctcm_main.h | 182 char *xid_id; member
|
H A D | ctcm_mpc.h | 184 char *xid_id; member
|
H A D | ctcm_mpc.c | 972 ch->xid_id = skb_tail_pointer(ch->xid_skb); in mpc_channel_action() 1306 grp->xid_id = skb_tail_pointer(grp->xid_skb); in ctcmpc_init_mpc_group() 1710 if (!(ch->xid_th && ch->xid && ch->xid_id)) in mpc_action_side_xid() 1712 "%s(%s): xid_th=%p, xid=%p, xid_id=%p", in mpc_action_side_xid() 1713 CTCM_FUNTAIL, ch->id, ch->xid_th, ch->xid, ch->xid_id); in mpc_action_side_xid() 1769 if (ch->xid_id == NULL) in mpc_action_side_xid() 1772 ch->ccw[13].cda = virt_to_phys(ch->xid_id); in mpc_action_side_xid() 1786 CTCM_D3_DUMP((char *)ch->xid_id, 4); in mpc_action_side_xid()
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | ctcm_mpc.h | 184 char *xid_id; member
|
H A D | ctcm_main.h | 183 char *xid_id; member
|
H A D | ctcm_mpc.c | 961 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() 1701 "%s(%s): xid_th=%p, xid=%p, xid_id=%p", 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_phys(ch->xid_id); in mpc_action_side_xid() 1775 CTCM_D3_DUMP((char *)ch->xid_id, 4); in mpc_action_side_xid()
|
Completed in 7 milliseconds