Searched refs:nb_offs (Results 1 – 3 of 3) sorted by relevance
1296 unsigned int nb_offs; in launch_args_parse() local1298 nb_offs = parse_item_list in launch_args_parse()1302 if (nb_offs > 0) in launch_args_parse()1303 set_rx_pkt_offsets(seg_off, nb_offs); in launch_args_parse()
3813 set_rx_pkt_offsets(unsigned int *seg_offsets, unsigned int nb_offs) in set_rx_pkt_offsets() argument3817 if (nb_offs >= MAX_SEGS_BUFFER_SPLIT) { in set_rx_pkt_offsets()3819 "MAX_SEGS_BUFFER_SPLIT - ignored\n", nb_offs); in set_rx_pkt_offsets()3827 for (i = 0; i < nb_offs; i++) { in set_rx_pkt_offsets()3835 for (i = 0; i < nb_offs; i++) in set_rx_pkt_offsets()3838 rx_pkt_nb_offs = (uint8_t) nb_offs; in set_rx_pkt_offsets()
897 void set_rx_pkt_offsets(unsigned int *seg_offsets, unsigned int nb_offs);