Searched refs:msk_buf (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl_fdir.c | 835 u8 *pkt_buf, *msk_buf __free(kfree); in ice_vc_fdir_parse_raw() 844 msk_buf = kzalloc(proto->raw.pkt_len, GFP_KERNEL); in ice_vc_fdir_parse_raw() 845 if (!pkt_buf || !msk_buf) in ice_vc_fdir_parse_raw() 849 memcpy(msk_buf, proto->raw.mask, proto->raw.pkt_len); in ice_vc_fdir_parse_raw() 878 status = ice_parser_profile_init(&rslt, pkt_buf, msk_buf, in ice_vc_fdir_parse_raw()
|
H A D | ice_parser.h | 535 const u8 *pkt_buf, const u8 *msk_buf,
|
H A D | ice_parser.c | 2363 const u8 *pkt_buf, const u8 *msk_buf, in ice_parser_profile_init() argument 2390 if (msk_buf[off] == 0 && msk_buf[off + 1] == 0) in ice_parser_profile_init() 2400 prof->fv[prof->fv_num].msk = *(const u16 *)&msk_buf[off]; in ice_parser_profile_init()
|