Searched refs:TH_SWEEP_LENGTH (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/s390/net/ |
D | ctcm_mpc.h | 110 #define TH_SWEEP_LENGTH (sizeof(struct th_sweep)) macro
|
D | ctcm_mpc.c | 614 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()
|
D | ctcm_main.c | 626 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()
|
D | ctcm_fsms.c | 1820 CTCM_D3_DUMP((char *)header, TH_SWEEP_LENGTH); in ctcmpc_chx_send_sweep()
|