Searched refs:BFI_MC_LL (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/net/bna/ |
D | bfi.h | 161 BFI_MC_LL = 7, /*!< Link Layer */ enumerator
|
D | bna_ctrl.c | 285 bfa_nw_ioc_mbox_regisr(&bna->device.ioc, BFI_MC_LL, bna_ll_isr, bna); in bna_mbox_mod_init() 578 ll_req.mh.msg_class = BFI_MC_LL; in bna_fw_llport_admin_up() 619 ll_req.mh.msg_class = BFI_MC_LL; in bna_fw_llport_admin_down() 1176 ll_req.mh.msg_class = BFI_MC_LL; in bna_fw_pause_set() 1203 bfi_h2i_set(ll_req.mh, BFI_MC_LL, BFI_LL_H2I_MTU_INFO_REQ, 0); in bna_fw_mtu_set() 1716 bfa_nw_ioc_pci_init(&device->ioc, &bna->pcidev, BFI_MC_LL); in bna_device_init() 2045 bfi_h2i_set(ll_req.mh, BFI_MC_LL, BFI_LL_H2I_STATS_GET_REQ, 0); in bna_fw_stats_get() 2124 bfi_h2i_set(req.mh, BFI_MC_LL, cmd, 0); in rxf_fltr_mbox_cmd()
|
D | bna_txrx.c | 925 bfi_h2i_set(ll_req.mh, BFI_MC_LL, BFI_LL_H2I_RX_REQ, 0); in __rxf_enable() 947 bfi_h2i_set(ll_req.mh, BFI_MC_LL, BFI_LL_H2I_RX_REQ, 0); in __rxf_disable() 1106 bfi_h2i_set(ll_req.mh, BFI_MC_LL, BFI_LL_H2I_STATS_CLEAR_REQ, 0); in __bna_rxf_stat_clr() 1183 bfi_h2i_set(req.mh, BFI_MC_LL, cmd, 0); in rxf_cam_mbox_cmd() 2077 bfi_h2i_set(ll_req.mh, BFI_MC_LL, BFI_LL_H2I_RXQ_STOP_REQ, 0); in __bna_multi_rxq_stop() 3460 ll_req.mh.msg_class = BFI_MC_LL; in __bna_txq_stop() 3541 bfi_h2i_set(ll_req.mh, BFI_MC_LL, BFI_LL_H2I_STATS_CLEAR_REQ, 0); in __bna_txf_stat_clr()
|
D | bfa_ioc.c | 2079 else if (ioc->ioc_mc == BFI_MC_LL) in bfa_ioc_get_type() 2082 BUG_ON(!(ioc->ioc_mc == BFI_MC_LL)); in bfa_ioc_get_type()
|
/linux-2.6.39/drivers/scsi/bfa/ |
D | bfi.h | 158 BFI_MC_LL = 7, /* Link Layer */ enumerator
|
D | bfa_ioc.c | 2321 else if (ioc->ioc_mc == BFI_MC_LL) in bfa_ioc_get_type() 2324 WARN_ON(ioc->ioc_mc != BFI_MC_LL); in bfa_ioc_get_type()
|