Lines Matching refs:interface

193 	struct fm10k_intfc *interface;  member
355 static inline void fm10k_mbx_lock(struct fm10k_intfc *interface) in fm10k_mbx_lock() argument
360 while (test_and_set_bit(__FM10K_MBX_LOCK, &interface->state)) in fm10k_mbx_lock()
364 static inline void fm10k_mbx_unlock(struct fm10k_intfc *interface) in fm10k_mbx_unlock() argument
368 clear_bit(__FM10K_MBX_LOCK, &interface->state); in fm10k_mbx_unlock()
371 static inline int fm10k_mbx_trylock(struct fm10k_intfc *interface) in fm10k_mbx_trylock() argument
373 return !test_and_set_bit(__FM10K_MBX_LOCK, &interface->state); in fm10k_mbx_trylock()
442 int fm10k_init_queueing_scheme(struct fm10k_intfc *interface);
443 void fm10k_clear_queueing_scheme(struct fm10k_intfc *interface);
447 void fm10k_tx_timeout_reset(struct fm10k_intfc *interface);
454 void fm10k_qv_free_irq(struct fm10k_intfc *interface);
455 int fm10k_qv_request_irq(struct fm10k_intfc *interface);
458 void fm10k_up(struct fm10k_intfc *interface);
459 void fm10k_down(struct fm10k_intfc *interface);
460 void fm10k_update_stats(struct fm10k_intfc *interface);
461 void fm10k_service_event_schedule(struct fm10k_intfc *interface);
462 void fm10k_update_rx_drop_en(struct fm10k_intfc *interface);
487 s32 fm10k_iov_event(struct fm10k_intfc *interface);
488 s32 fm10k_iov_mbx(struct fm10k_intfc *interface);
493 s32 fm10k_iov_update_pvid(struct fm10k_intfc *interface, u16 glort, u16 pvid);
506 void fm10k_dbg_intfc_init(struct fm10k_intfc *interface);
507 void fm10k_dbg_intfc_exit(struct fm10k_intfc *interface);
513 static inline void fm10k_dbg_intfc_init(struct fm10k_intfc *interface) {} in fm10k_dbg_intfc_init() argument
514 static inline void fm10k_dbg_intfc_exit(struct fm10k_intfc *interface) {} in fm10k_dbg_intfc_exit() argument
520 void fm10k_systime_to_hwtstamp(struct fm10k_intfc *interface,
523 void fm10k_ts_tx_enqueue(struct fm10k_intfc *interface, struct sk_buff *skb);
524 void fm10k_ts_tx_hwtstamp(struct fm10k_intfc *interface, __le16 dglort,
526 void fm10k_ts_reset(struct fm10k_intfc *interface);
527 void fm10k_ts_init(struct fm10k_intfc *interface);
528 void fm10k_ts_tx_subtask(struct fm10k_intfc *interface);
529 void fm10k_ptp_register(struct fm10k_intfc *interface);
530 void fm10k_ptp_unregister(struct fm10k_intfc *interface);