Searched refs:isrc (Results 26 - 36 of 36) sorted by relevance
12
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
H A D | skge.c | 1868 u16 isrc; in bcom_phy_intr() local 1870 isrc = xm_phy_read(hw, port, PHY_BCOM_INT_STAT); in bcom_phy_intr() 1872 "phy interrupt status 0x%x\n", isrc); in bcom_phy_intr() 1874 if (isrc & PHY_B_IS_PSE) in bcom_phy_intr() 1881 if (isrc & PHY_B_IS_NO_HDCL) { in bcom_phy_intr() 1889 if (isrc & (PHY_B_IS_AN_PR | PHY_B_IS_LST_CHANGE)) in bcom_phy_intr()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | skge.c | 1875 u16 isrc; in bcom_phy_intr() local 1877 isrc = xm_phy_read(hw, port, PHY_BCOM_INT_STAT); in bcom_phy_intr() 1879 "phy interrupt status 0x%x\n", isrc); in bcom_phy_intr() 1881 if (isrc & PHY_B_IS_PSE) in bcom_phy_intr() 1888 if (isrc & PHY_B_IS_NO_HDCL) { in bcom_phy_intr() 1896 if (isrc & (PHY_B_IS_AN_PR | PHY_B_IS_LST_CHANGE)) in bcom_phy_intr()
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64.cc | 3546 XMMRegister isrc = XMMRegister::from_code(src.code()); in vmovd() local 3547 emit_vex_prefix(dst, xmm0, isrc, kL128, k66, k0F, kW0); in vmovd() 3572 XMMRegister isrc = XMMRegister::from_code(src.code()); in vmovq() local 3573 emit_vex_prefix(dst, xmm0, isrc, kL128, k66, k0F, kW1); in vmovq()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | chip.h | 1455 void remap_intr(struct hfi1_devdata *dd, int isrc, int msix_intr);
|
H A D | chip.c | 13304 void remap_intr(struct hfi1_devdata *dd, int isrc, int msix_intr) in remap_intr() argument 13310 m = isrc / 64; in remap_intr() 13311 n = isrc % 64; in remap_intr() 13320 m = isrc / 8; in remap_intr() 13321 n = isrc % 8; in remap_intr()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | chip.h | 1408 void remap_intr(struct hfi1_devdata *dd, int isrc, int msix_intr);
|
H A D | chip.c | 13265 void remap_intr(struct hfi1_devdata *dd, int isrc, int msix_intr) in remap_intr() argument 13271 m = isrc / 64; in remap_intr() 13272 n = isrc % 64; in remap_intr() 13281 m = isrc / 8; in remap_intr() 13282 n = isrc % 8; in remap_intr()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ap.c | 274 if (psta->isrc) in expire_timeout_chk()
|
H A D | rtw_xmit.c | 475 if (psta->isrc && psta->pid > 0) in update_attrib_phy_info()
|
H A D | rtw_recv.c | 1652 if (psta && psta->isrc && psta->pid > 0) { in wlanhdr_to_ethhdr()
|
H A D | rtw_mlme_ext.c | 675 psta->isrc = true; in OnProbeReq() 2786 if (psta && psta->isrc && psta->pid > 0) { in issue_probersp()
|
Completed in 86 milliseconds
12