Lines Matching refs:val_16
319 __be16 val_16, mask_16; in bcmasp_netfilt_tcpip4_wr() local
321 val_16 = htons(ETH_P_IP); in bcmasp_netfilt_tcpip4_wr()
324 &val_16, &mask_16, sizeof(val_16)); in bcmasp_netfilt_tcpip4_wr()
348 __be16 val_16, mask_16; in bcmasp_netfilt_tcpip6_wr() local
350 val_16 = htons(ETH_P_IPV6); in bcmasp_netfilt_tcpip6_wr()
353 &val_16, &mask_16, sizeof(val_16)); in bcmasp_netfilt_tcpip6_wr()
354 val_16 = htons(match->tclass << 4); in bcmasp_netfilt_tcpip6_wr()
357 &val_16, &mask_16, sizeof(val_16)); in bcmasp_netfilt_tcpip6_wr()
377 __be16 val_16, mask_16; in bcmasp_netfilt_wr_to_hw() local
422 val_16 = htons(ETH_P_IP); in bcmasp_netfilt_wr_to_hw()
425 &val_16, &mask_16, sizeof(val_16)); in bcmasp_netfilt_wr_to_hw()