Searched refs:found_lower (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/tipc/ |
D | subscr.c | 71 u32 found_lower, u32 found_upper, in tipc_subscrp_send_event() argument 81 sub->evt.found_lower = htohl(found_lower, sub->swap); in tipc_subscrp_send_event() 95 int tipc_subscrp_check_overlap(struct tipc_subscription *sub, u32 found_lower, in tipc_subscrp_check_overlap() argument 98 if (found_lower < sub->seq.lower) in tipc_subscrp_check_overlap() 99 found_lower = sub->seq.lower; in tipc_subscrp_check_overlap() 102 if (found_lower > found_upper) in tipc_subscrp_check_overlap() 107 void tipc_subscrp_report_overlap(struct tipc_subscription *sub, u32 found_lower, in tipc_subscrp_report_overlap() argument 111 if (!tipc_subscrp_check_overlap(sub, found_lower, found_upper)) in tipc_subscrp_report_overlap() 116 tipc_subscrp_send_event(sub, found_lower, found_upper, event, port_ref, in tipc_subscrp_report_overlap()
|
D | subscr.h | 75 int tipc_subscrp_check_overlap(struct tipc_subscription *sub, u32 found_lower, 78 u32 found_lower, u32 found_upper, u32 event,
|
/linux-4.4.14/include/uapi/linux/ |
D | tipc.h | 151 __u32 found_lower; /* matching name seq instances */ member
|
/linux-4.4.14/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.4.14/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()
|