Home
last modified time | relevance | path

Searched refs:ms_addr (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/
H A Dgtp.c157 static struct pdp_ctx *ipv4_pdp_find(struct gtp_dev *gtp, __be32 ms_addr) in ipv4_pdp_find() argument
162 head = &gtp->addr_hash[ipv4_hashfn(ms_addr) % gtp->hash_size]; in ipv4_pdp_find()
166 pdp->ms_addr_ip4.s_addr == ms_addr) in ipv4_pdp_find()
1354 __be32 ms_addr; in gtp_pdp_add() local
1356 ms_addr = nla_get_be32(info->attrs[GTPA_MS_ADDRESS]); in gtp_pdp_add()
1357 hash_ms = ipv4_hashfn(ms_addr) % gtp->hash_size; in gtp_pdp_add()
1360 pctx = ipv4_pdp_find(gtp, ms_addr); in gtp_pdp_add()
/openbmc/linux/drivers/net/wireless/rsi/
H A Drsi_91x_sdio.c641 u16 ms_addr; in rsi_sdio_master_reg_read() local
648 ms_addr = (addr >> 16); in rsi_sdio_master_reg_read()
649 status = rsi_sdio_master_access_msword(adapter, ms_addr); in rsi_sdio_master_reg_read()
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl5870 my $ms_addr = $2;
/openbmc/linux/scripts/
H A Dcheckpatch.pl6963 my $ms_addr = $2;