Searched refs:start_b (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_mqprio.c | 15 u32 start_a, start_b, end_a, end_b; in cxgb4_mqprio_validate() local 54 start_b = mqprio->qopt.offset[j]; in cxgb4_mqprio_validate() 55 end_b = start_b + mqprio->qopt.count[j] - 1; in cxgb4_mqprio_validate() 68 if (max_t(u32, start_a, start_b) <= in cxgb4_mqprio_validate()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_mqprio.c | 15 u32 start_a, start_b, end_a, end_b; in cxgb4_mqprio_validate() local 54 start_b = mqprio->qopt.offset[j]; in cxgb4_mqprio_validate() 55 end_b = start_b + mqprio->qopt.count[j] - 1; in cxgb4_mqprio_validate() 68 if (max_t(u32, start_a, start_b) <= in cxgb4_mqprio_validate()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_cake.c | 1035 u32 start_b = get_unaligned_be32(&sack_tmp->start_seq); in cake_tcph_sack_compare() local 1040 bytes_b += end_b - start_b; in cake_tcph_sack_compare() 1042 if (!after(start_b, start_a) && !before(end_b, end_a)) { in cake_tcph_sack_compare()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_cake.c | 1036 u32 start_b = get_unaligned_be32(&sack_tmp->start_seq); in cake_tcph_sack_compare() local 1041 bytes_b += end_b - start_b; in cake_tcph_sack_compare() 1043 if (!after(start_b, start_a) && !before(end_b, end_a)) { in cake_tcph_sack_compare()
|
Completed in 10 milliseconds