Searched refs:ctx_header_size (Results 1 – 2 of 2) sorted by relevance
671 params->header_length = s->ctx_data.tx.ctx_header_size; in queue_in_packet()994 ctx_header += s->ctx_data.tx.ctx_header_size / sizeof(*ctx_header); in generate_tx_packet_descs()1331 packet_count = header_length / s->ctx_data.tx.ctx_header_size; in process_tx_packets()1375 packets = header_length / s->ctx_data.tx.ctx_header_size; in drop_tx_packets()1377 ctx_header += (packets - 1) * s->ctx_data.tx.ctx_header_size / sizeof(*ctx_header); in drop_tx_packets()1403 packets = header_length / s->ctx_data.tx.ctx_header_size; in process_tx_packets_intermediately()1413 ctx_header += s->ctx_data.tx.ctx_header_size / sizeof(__be32); in process_tx_packets_intermediately()1420 size_t length = s->ctx_data.tx.ctx_header_size * offset; in process_tx_packets_intermediately()1455 count = header_length / s->ctx_data.tx.ctx_header_size; in drop_tx_packets_initially()1492 ctx_header += s->ctx_data.tx.ctx_header_size / sizeof(__be32); in drop_tx_packets_initially()[all …]
138 unsigned int ctx_header_size; member