Lines Matching refs:fip
264 static inline int is_fnic_fip_flogi_reject(struct fcoe_ctlr *fip, in is_fnic_fip_flogi_reject() argument
267 struct fc_lport *lport = fip->lp; in is_fnic_fip_flogi_reject()
335 struct fcoe_ctlr *fip = &fnic->ctlr; in fnic_fcoe_send_vlan_req() local
356 memcpy(vlan->eth.h_source, fip->ctl_src_addr, ETH_ALEN); in fnic_fcoe_send_vlan_req()
360 vlan->fip.fip_ver = FIP_VER_ENCAPS(FIP_VER); in fnic_fcoe_send_vlan_req()
361 vlan->fip.fip_op = htons(FIP_OP_VLAN); in fnic_fcoe_send_vlan_req()
362 vlan->fip.fip_subcode = FIP_SC_VL_REQ; in fnic_fcoe_send_vlan_req()
363 vlan->fip.fip_dl_len = htons(sizeof(vlan->desc) / FIP_BPW); in fnic_fcoe_send_vlan_req()
367 memcpy(&vlan->desc.mac.fd_mac, fip->ctl_src_addr, ETH_ALEN); in fnic_fcoe_send_vlan_req()
371 put_unaligned_be64(fip->lp->wwnn, &vlan->desc.wwnn.fd_wwn); in fnic_fcoe_send_vlan_req()
378 fip->send(fip, skb); in fnic_fcoe_send_vlan_req()
387 struct fcoe_ctlr *fip = &fnic->ctlr; in fnic_fcoe_process_vlan_resp() local
453 fcoe_ctlr_link_up(fip); in fnic_fcoe_process_vlan_resp()
988 void fnic_eth_send(struct fcoe_ctlr *fip, struct sk_buff *skb) in fnic_eth_send() argument
990 struct fnic *fnic = fnic_from_ctlr(fip); in fnic_eth_send()