Home
last modified time | relevance | path

Searched refs:old_last (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_ruc.c702 u32 old_last, last; in ipath_send_complete() local
724 old_last = last = qp->s_last; in ipath_send_complete()
728 if (qp->s_cur == old_last) in ipath_send_complete()
730 if (qp->s_tail == old_last) in ipath_send_complete()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_ruc.c773 u32 old_last, last; in qib_send_complete() local
807 old_last = last; in qib_send_complete()
811 if (qp->s_acked == old_last) in qib_send_complete()
813 if (qp->s_cur == old_last) in qib_send_complete()
815 if (qp->s_tail == old_last) in qib_send_complete()
/linux-4.1.27/tools/perf/util/
Dcallchain.c692 struct callchain_cursor_node **old_last = cursor->last; in merge_chain_branch() local
725 cursor->last = old_last; in merge_chain_branch()
/linux-4.1.27/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c1472 u32 old_first, old_last, new_first, new_last; in gfar_sort_mask_table() local
1479 old_last = mask_table[i - 1].end; in gfar_sort_mask_table()
1498 &temp_table->fe[old_last], in gfar_sort_mask_table()