Lines Matching defs:fnic

39 	struct fnic *fnic = container_of(work, struct fnic, link_work);  in fnic_handle_link()  local
190 struct fnic *fnic = container_of(work, struct fnic, frame_work); in fnic_handle_frame() local
222 void fnic_fcoe_evlist_free(struct fnic *fnic) in fnic_fcoe_evlist_free()
243 struct fnic *fnic = container_of(work, struct fnic, event_work); in fnic_handle_event() local
366 static void fnic_fcoe_send_vlan_req(struct fnic *fnic) in fnic_fcoe_send_vlan_req()
419 static void fnic_fcoe_process_vlan_resp(struct fnic *fnic, struct sk_buff *skb) in fnic_fcoe_process_vlan_resp()
493 static void fnic_fcoe_start_fcf_disc(struct fnic *fnic) in fnic_fcoe_start_fcf_disc()
513 static int fnic_fcoe_vlan_check(struct fnic *fnic, u16 flag) in fnic_fcoe_vlan_check()
539 static void fnic_event_enq(struct fnic *fnic, enum fnic_evt ev) in fnic_event_enq()
558 static int fnic_fcoe_handle_fip_frame(struct fnic *fnic, struct sk_buff *skb) in fnic_fcoe_handle_fip_frame()
602 struct fnic *fnic = container_of(work, struct fnic, fip_frame_work); in fnic_handle_fip_frame() local
659 static inline int fnic_import_rq_eth_pkt(struct fnic *fnic, struct sk_buff *skb) in fnic_import_rq_eth_pkt()
721 void fnic_update_mac_locked(struct fnic *fnic, u8 *new) in fnic_update_mac_locked()
746 struct fnic *fnic = lport_priv(lport); in fnic_update_mac() local
769 struct fnic *fnic = lport_priv(lport); in fnic_set_port_id() local
828 struct fnic *fnic = vnic_dev_priv(rq->vdev); in fnic_rq_cmpl_frame_recv() local
930 struct fnic *fnic = vnic_dev_priv(vdev); in fnic_rq_cmpl_handler_cont() local
938 int fnic_rq_cmpl_handler(struct fnic *fnic, int rq_work_to_do) in fnic_rq_cmpl_handler()
968 struct fnic *fnic = vnic_dev_priv(rq->vdev); in fnic_alloc_rq_frame() local
1003 struct fnic *fnic = vnic_dev_priv(rq->vdev); in fnic_free_rq_buf() local
1019 struct fnic *fnic = fnic_from_ctlr(fip); in fnic_eth_send() local
1071 static int fnic_send_frame(struct fnic *fnic, struct fc_frame *fp) in fnic_send_frame()
1160 struct fnic *fnic = lport_priv(lp); in fnic_send() local
1195 struct fnic *fnic = container_of(work, struct fnic, flush_work); in fnic_flush_tx() local
1211 static void fnic_set_eth_mode(struct fnic *fnic) in fnic_set_eth_mode()
1249 struct fnic *fnic = vnic_dev_priv(wq->vdev); in fnic_wq_complete_frame_send() local
1262 struct fnic *fnic = vnic_dev_priv(vdev); in fnic_wq_cmpl_handler_cont() local
1273 int fnic_wq_cmpl_handler(struct fnic *fnic, int work_to_do) in fnic_wq_cmpl_handler()
1292 struct fnic *fnic = vnic_dev_priv(wq->vdev); in fnic_free_wq_buf() local
1301 void fnic_fcoe_reset_vlans(struct fnic *fnic) in fnic_fcoe_reset_vlans()
1322 void fnic_handle_fip_timer(struct fnic *fnic) in fnic_handle_fip_timer()