Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/net/
Dctcm_mpc.h110 #define TH_SWEEP_LENGTH (sizeof(struct th_sweep)) macro
Dctcm_mpc.c614 CTCM_D3_DUMP((char *)mpcginfo->sweep, TH_SWEEP_LENGTH); in mpc_rcvd_sweep_resp()
670 memcpy(skb_put(sweep_skb, TH_SWEEP_LENGTH), header, TH_SWEEP_LENGTH); in ctcmpc_send_sweep_resp()
711 CTCM_D3_DUMP((char *)mpcginfo->sweep, TH_SWEEP_LENGTH); in mpc_rcvd_sweep_req()
Dctcm_main.c626 header = kmalloc(TH_SWEEP_LENGTH, gfp_type()); in ctcmpc_send_sweep_req()
641 memcpy(skb_put(sweep_skb, TH_SWEEP_LENGTH), header, TH_SWEEP_LENGTH); in ctcmpc_send_sweep_req()
Dctcm_fsms.c1820 CTCM_D3_DUMP((char *)header, TH_SWEEP_LENGTH); in ctcmpc_chx_send_sweep()