Searched refs:found_lower (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/net/tipc/ |
D | subscr.c | 65 static void subscr_send_event(struct tipc_subscription *sub, u32 found_lower, in subscr_send_event() argument 76 sub->evt.found_lower = htohl(found_lower, sub->swap); in subscr_send_event() 89 int tipc_subscr_overlap(struct tipc_subscription *sub, u32 found_lower, in tipc_subscr_overlap() argument 92 if (found_lower < sub->seq.lower) in tipc_subscr_overlap() 93 found_lower = sub->seq.lower; in tipc_subscr_overlap() 96 if (found_lower > found_upper) in tipc_subscr_overlap() 106 void tipc_subscr_report_overlap(struct tipc_subscription *sub, u32 found_lower, in tipc_subscr_report_overlap() argument 110 if (!tipc_subscr_overlap(sub, found_lower, found_upper)) in tipc_subscr_report_overlap() 115 subscr_send_event(sub, found_lower, found_upper, event, port_ref, node); in tipc_subscr_report_overlap()
|
D | subscr.h | 75 int tipc_subscr_overlap(struct tipc_subscription *sub, u32 found_lower, 77 void tipc_subscr_report_overlap(struct tipc_subscription *sub, u32 found_lower,
|
/linux-4.1.27/include/uapi/linux/ |
D | tipc.h | 151 __u32 found_lower; /* matching name seq instances */ member
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | lo.c | 590 int found_lower = 0; in lo_probe_possible_loctls() local 637 found_lower = 1; in lo_probe_possible_loctls() 654 return found_lower; in lo_probe_possible_loctls() 665 int found_lower; in lo_probe_loctls_statemachine() local 700 found_lower = in lo_probe_loctls_statemachine() 702 if (!found_lower) in lo_probe_loctls_statemachine()
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | phy.c | 1399 int found_lower; in b43legacy_phy_lo_g_state() local 1412 found_lower = 0; in b43legacy_phy_lo_g_state() 1445 found_lower = 1; in b43legacy_phy_lo_g_state() 1459 } while (i-- && found_lower); in b43legacy_phy_lo_g_state()
|