Searched refs:xid_th (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | ctcm_mpc.c | 968 ch->xid_th = (struct th_header *)ch->xid_skb->data; in mpc_channel_action() 1298 grp->xid_th = (struct th_header *)grp->xid_skb->data; 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() 1717 if (ch->xid_th == NULL) in mpc_action_side_xid() 1722 ch->ccw[9].cda = virt_to_phys(ch->xid_th); in mpc_action_side_xid() 1755 if (ch->xid_th == NULL) in mpc_action_side_xid() 1760 ch->ccw[11].cda = virt_to_phys(ch->xid_th); in mpc_action_side_xid() 1784 CTCM_D3_DUMP((char *)ch->xid_th, TH_HEADER_LENGT in mpc_action_side_xid() [all...] |
H A D | ctcm_main.h | 180 struct th_header *xid_th; member
|
H A D | ctcm_mpc.h | 182 struct th_header *xid_th; member
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | ctcm_mpc.c | 957 ch->xid_th = (struct th_header *)ch->xid_skb->data; in mpc_channel_action() 1287 grp->xid_th = (struct th_header *)grp->xid_skb->data; 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() 1706 if (ch->xid_th == NULL) in mpc_action_side_xid() 1711 ch->ccw[9].cda = virt_to_phys(ch->xid_th); in mpc_action_side_xid() 1744 if (ch->xid_th == NULL) in mpc_action_side_xid() 1749 ch->ccw[11].cda = virt_to_phys(ch->xid_th); in mpc_action_side_xid() 1773 CTCM_D3_DUMP((char *)ch->xid_th, TH_HEADER_LENGT in mpc_action_side_xid() [all...] |
H A D | ctcm_mpc.h | 182 struct th_header *xid_th; member
|
H A D | ctcm_main.h | 181 struct th_header *xid_th; member
|
Completed in 7 milliseconds