Lines Matching defs:fnic
51 struct fnic *fnic = container_of(work, struct fnic, link_work); in fnic_handle_link() local
153 struct fnic *fnic = container_of(work, struct fnic, frame_work); in fnic_handle_frame() local
185 void fnic_fcoe_evlist_free(struct fnic *fnic) in fnic_fcoe_evlist_free()
206 struct fnic *fnic = container_of(work, struct fnic, event_work); in fnic_handle_event() local
333 static void fnic_fcoe_send_vlan_req(struct fnic *fnic) in fnic_fcoe_send_vlan_req()
385 static void fnic_fcoe_process_vlan_resp(struct fnic *fnic, struct sk_buff *skb) in fnic_fcoe_process_vlan_resp()
461 static void fnic_fcoe_start_fcf_disc(struct fnic *fnic) in fnic_fcoe_start_fcf_disc()
481 static int fnic_fcoe_vlan_check(struct fnic *fnic, u16 flag) in fnic_fcoe_vlan_check()
507 static void fnic_event_enq(struct fnic *fnic, enum fnic_evt ev) in fnic_event_enq()
526 static int fnic_fcoe_handle_fip_frame(struct fnic *fnic, struct sk_buff *skb) in fnic_fcoe_handle_fip_frame()
570 struct fnic *fnic = container_of(work, struct fnic, fip_frame_work); in fnic_handle_fip_frame() local
627 static inline int fnic_import_rq_eth_pkt(struct fnic *fnic, struct sk_buff *skb) in fnic_import_rq_eth_pkt()
689 void fnic_update_mac_locked(struct fnic *fnic, u8 *new) in fnic_update_mac_locked()
713 struct fnic *fnic = lport_priv(lport); in fnic_update_mac() local
736 struct fnic *fnic = lport_priv(lport); in fnic_set_port_id() local
795 struct fnic *fnic = vnic_dev_priv(rq->vdev); in fnic_rq_cmpl_frame_recv() local
900 struct fnic *fnic = vnic_dev_priv(vdev); in fnic_rq_cmpl_handler_cont() local
908 int fnic_rq_cmpl_handler(struct fnic *fnic, int rq_work_to_do) in fnic_rq_cmpl_handler()
938 struct fnic *fnic = vnic_dev_priv(rq->vdev); in fnic_alloc_rq_frame() local
974 struct fnic *fnic = vnic_dev_priv(rq->vdev); in fnic_free_rq_buf() local
990 struct fnic *fnic = fnic_from_ctlr(fip); in fnic_eth_send() local
1045 static int fnic_send_frame(struct fnic *fnic, struct fc_frame *fp) in fnic_send_frame()
1136 struct fnic *fnic = lport_priv(lp); in fnic_send() local
1169 void fnic_flush_tx(struct fnic *fnic) in fnic_flush_tx()
1186 static void fnic_set_eth_mode(struct fnic *fnic) in fnic_set_eth_mode()
1224 struct fnic *fnic = vnic_dev_priv(wq->vdev); in fnic_wq_complete_frame_send() local
1237 struct fnic *fnic = vnic_dev_priv(vdev); in fnic_wq_cmpl_handler_cont() local
1248 int fnic_wq_cmpl_handler(struct fnic *fnic, int work_to_do) in fnic_wq_cmpl_handler()
1267 struct fnic *fnic = vnic_dev_priv(wq->vdev); in fnic_free_wq_buf() local
1276 void fnic_fcoe_reset_vlans(struct fnic *fnic) in fnic_fcoe_reset_vlans()
1297 void fnic_handle_fip_timer(struct fnic *fnic) in fnic_handle_fip_timer()