Searched refs:nb_offs (Results 1 – 3 of 3) sorted by relevance
1316 unsigned int nb_offs; in launch_args_parse() local1318 nb_offs = parse_item_list in launch_args_parse()1322 if (nb_offs > 0) in launch_args_parse()1323 set_rx_pkt_offsets(seg_off, nb_offs); in launch_args_parse()
4779 set_rx_pkt_offsets(unsigned int *seg_offsets, unsigned int nb_offs) in set_rx_pkt_offsets() argument4783 if (nb_offs >= MAX_SEGS_BUFFER_SPLIT) { in set_rx_pkt_offsets()4785 "MAX_SEGS_BUFFER_SPLIT - ignored\n", nb_offs); in set_rx_pkt_offsets()4793 for (i = 0; i < nb_offs; i++) { in set_rx_pkt_offsets()4801 for (i = 0; i < nb_offs; i++) in set_rx_pkt_offsets()4804 rx_pkt_nb_offs = (uint8_t) nb_offs; in set_rx_pkt_offsets()
1022 void set_rx_pkt_offsets(unsigned int *seg_offsets, unsigned int nb_offs);