Lines Matching defs:fnic

51 	struct fnic *fnic = container_of(work, struct fnic, link_work);  in fnic_handle_link()  local
195 struct fnic *fnic = container_of(work, struct fnic, frame_work); in fnic_handle_frame() local
227 void fnic_fcoe_evlist_free(struct fnic *fnic) in fnic_fcoe_evlist_free()
248 struct fnic *fnic = container_of(work, struct fnic, event_work); in fnic_handle_event() local
371 static void fnic_fcoe_send_vlan_req(struct fnic *fnic) in fnic_fcoe_send_vlan_req()
424 static void fnic_fcoe_process_vlan_resp(struct fnic *fnic, struct sk_buff *skb) in fnic_fcoe_process_vlan_resp()
498 static void fnic_fcoe_start_fcf_disc(struct fnic *fnic) in fnic_fcoe_start_fcf_disc()
518 static int fnic_fcoe_vlan_check(struct fnic *fnic, u16 flag) in fnic_fcoe_vlan_check()
544 static void fnic_event_enq(struct fnic *fnic, enum fnic_evt ev) in fnic_event_enq()
563 static int fnic_fcoe_handle_fip_frame(struct fnic *fnic, struct sk_buff *skb) in fnic_fcoe_handle_fip_frame()
607 struct fnic *fnic = container_of(work, struct fnic, fip_frame_work); in fnic_handle_fip_frame() local
664 static inline int fnic_import_rq_eth_pkt(struct fnic *fnic, struct sk_buff *skb) in fnic_import_rq_eth_pkt()
726 void fnic_update_mac_locked(struct fnic *fnic, u8 *new) in fnic_update_mac_locked()
750 struct fnic *fnic = lport_priv(lport); in fnic_update_mac() local
773 struct fnic *fnic = lport_priv(lport); in fnic_set_port_id() local
832 struct fnic *fnic = vnic_dev_priv(rq->vdev); in fnic_rq_cmpl_frame_recv() local
934 struct fnic *fnic = vnic_dev_priv(vdev); in fnic_rq_cmpl_handler_cont() local
942 int fnic_rq_cmpl_handler(struct fnic *fnic, int rq_work_to_do) in fnic_rq_cmpl_handler()
972 struct fnic *fnic = vnic_dev_priv(rq->vdev); in fnic_alloc_rq_frame() local
1007 struct fnic *fnic = vnic_dev_priv(rq->vdev); in fnic_free_rq_buf() local
1023 struct fnic *fnic = fnic_from_ctlr(fip); in fnic_eth_send() local
1075 static int fnic_send_frame(struct fnic *fnic, struct fc_frame *fp) in fnic_send_frame()
1164 struct fnic *fnic = lport_priv(lp); in fnic_send() local
1197 void fnic_flush_tx(struct fnic *fnic) in fnic_flush_tx()
1214 static void fnic_set_eth_mode(struct fnic *fnic) in fnic_set_eth_mode()
1252 struct fnic *fnic = vnic_dev_priv(wq->vdev); in fnic_wq_complete_frame_send() local
1265 struct fnic *fnic = vnic_dev_priv(vdev); in fnic_wq_cmpl_handler_cont() local
1276 int fnic_wq_cmpl_handler(struct fnic *fnic, int work_to_do) in fnic_wq_cmpl_handler()
1295 struct fnic *fnic = vnic_dev_priv(wq->vdev); in fnic_free_wq_buf() local
1304 void fnic_fcoe_reset_vlans(struct fnic *fnic) in fnic_fcoe_reset_vlans()
1325 void fnic_handle_fip_timer(struct fnic *fnic) in fnic_handle_fip_timer()