Searched refs:dgram_pad (Results 1 – 1 of 1) sorted by relevance
956 int dgram_pad; in ncm_wrap_ntb() local999 dgram_pad = ALIGN(ncb_len, div) + rem - ncb_len; in ncm_wrap_ntb()1000 ncb_len += dgram_pad; in ncm_wrap_ntb()1048 dgram_pad = ALIGN(ncb_len, div) + rem - ncb_len; in ncm_wrap_ntb()1049 ncb_len += dgram_pad; in ncm_wrap_ntb()1058 ntb_data = (void *) skb_put(ncm->skb_tx_data, dgram_pad); in ncm_wrap_ntb()1059 memset(ntb_data, 0, dgram_pad); in ncm_wrap_ntb()