Lines Matching full:provider
197 * Open new instance of a client/provider, we should only register the
198 * network device if this instance is ment for a particular client/provider
222 /* Provider access can only be PEER, DIRECT, or HOSTED */ in irlan_open()
223 self->provider.access_type = access; in irlan_open()
344 if (self->provider.access_type == ACCESS_PEER) { in irlan_connect_indication()
516 if (self->provider.tsap_ctrl) { in irlan_close_tsaps()
517 irttp_disconnect_request(self->provider.tsap_ctrl, NULL, in irlan_close_tsaps()
519 irttp_close_tsap(self->provider.tsap_ctrl); in irlan_close_tsaps()
520 self->provider.tsap_ctrl = NULL; in irlan_close_tsaps()
540 * Check if object has already been registered by a previous provider. in irlan_ias_register()
566 if (self->provider.access_type == ACCESS_PEER) in irlan_ias_register()
633 * Send Get Provider Information command to peer IrLAN layer
666 * Send an Open Data Command to provider
741 * Make IrLAN provider accept ethernet frames addressed to the unicast
781 * Make IrLAN provider accept ethernet frames addressed to the broadcast
827 * Make IrLAN provider accept ethernet frames addressed to the multicast
871 * Retrieves the unicast address from the IrLAN provider. This address
1166 seq_printf(seq,"provider state: %s,\n", in irlan_seq_show()
1167 irlan_state[ self->provider.state]); in irlan_seq_show()