Lines Matching refs:pf_map
555 int mcs_alloc_ctrlpktrule(struct rsrc_bmap *rsrc, u16 *pf_map, u16 offset, u16 pcifunc) in mcs_alloc_ctrlpktrule() argument
567 pf_map[rsrc_id] = pcifunc; in mcs_alloc_ctrlpktrule()
690 int mcs_free_rsrc(struct rsrc_bmap *rsrc, u16 *pf_map, int rsrc_id, u16 pcifunc) in mcs_free_rsrc() argument
693 if (pf_map[rsrc_id] != pcifunc) in mcs_free_rsrc()
697 pf_map[rsrc_id] = 0; in mcs_free_rsrc()
750 int mcs_alloc_rsrc(struct rsrc_bmap *rsrc, u16 *pf_map, u16 pcifunc) in mcs_alloc_rsrc() argument
757 pf_map[rsrc_id] = pcifunc; in mcs_alloc_rsrc()
896 event.pcifunc = mcs->pf_map[0]; in mcs_rx_misc_intr_handler()
922 event.pcifunc = mcs->pf_map[0]; in mcs_tx_misc_intr_handler()
938 event.pcifunc = mcs->pf_map[0]; in mcs_bbe_intr_handler()
971 event.pcifunc = mcs->pf_map[0]; in mcs_pab_intr_handler()