Lines Matching defs:fnic

39 	struct fnic *fnic = container_of(work, struct fnic, link_work);  in fnic_handle_link()  local
183 struct fnic *fnic = container_of(work, struct fnic, frame_work); in fnic_handle_frame() local
215 void fnic_fcoe_evlist_free(struct fnic *fnic) in fnic_fcoe_evlist_free()
236 struct fnic *fnic = container_of(work, struct fnic, event_work); in fnic_handle_event() local
359 static void fnic_fcoe_send_vlan_req(struct fnic *fnic) in fnic_fcoe_send_vlan_req()
412 static void fnic_fcoe_process_vlan_resp(struct fnic *fnic, struct sk_buff *skb) in fnic_fcoe_process_vlan_resp()
486 static void fnic_fcoe_start_fcf_disc(struct fnic *fnic) in fnic_fcoe_start_fcf_disc()
506 static int fnic_fcoe_vlan_check(struct fnic *fnic, u16 flag) in fnic_fcoe_vlan_check()
532 static void fnic_event_enq(struct fnic *fnic, enum fnic_evt ev) in fnic_event_enq()
551 static int fnic_fcoe_handle_fip_frame(struct fnic *fnic, struct sk_buff *skb) in fnic_fcoe_handle_fip_frame()
595 struct fnic *fnic = container_of(work, struct fnic, fip_frame_work); in fnic_handle_fip_frame() local
652 static inline int fnic_import_rq_eth_pkt(struct fnic *fnic, struct sk_buff *skb) in fnic_import_rq_eth_pkt()
714 void fnic_update_mac_locked(struct fnic *fnic, u8 *new) in fnic_update_mac_locked()
738 struct fnic *fnic = lport_priv(lport); in fnic_update_mac() local
761 struct fnic *fnic = lport_priv(lport); in fnic_set_port_id() local
820 struct fnic *fnic = vnic_dev_priv(rq->vdev); in fnic_rq_cmpl_frame_recv() local
922 struct fnic *fnic = vnic_dev_priv(vdev); in fnic_rq_cmpl_handler_cont() local
930 int fnic_rq_cmpl_handler(struct fnic *fnic, int rq_work_to_do) in fnic_rq_cmpl_handler()
960 struct fnic *fnic = vnic_dev_priv(rq->vdev); in fnic_alloc_rq_frame() local
995 struct fnic *fnic = vnic_dev_priv(rq->vdev); in fnic_free_rq_buf() local
1011 struct fnic *fnic = fnic_from_ctlr(fip); in fnic_eth_send() local
1063 static int fnic_send_frame(struct fnic *fnic, struct fc_frame *fp) in fnic_send_frame()
1152 struct fnic *fnic = lport_priv(lp); in fnic_send() local
1185 void fnic_flush_tx(struct fnic *fnic) in fnic_flush_tx()
1202 static void fnic_set_eth_mode(struct fnic *fnic) in fnic_set_eth_mode()
1240 struct fnic *fnic = vnic_dev_priv(wq->vdev); in fnic_wq_complete_frame_send() local
1253 struct fnic *fnic = vnic_dev_priv(vdev); in fnic_wq_cmpl_handler_cont() local
1264 int fnic_wq_cmpl_handler(struct fnic *fnic, int work_to_do) in fnic_wq_cmpl_handler()
1283 struct fnic *fnic = vnic_dev_priv(wq->vdev); in fnic_free_wq_buf() local
1292 void fnic_fcoe_reset_vlans(struct fnic *fnic) in fnic_fcoe_reset_vlans()
1313 void fnic_handle_fip_timer(struct fnic *fnic) in fnic_handle_fip_timer()