Searched refs:srcid (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/mips/nlm/ |
| H A D | cms.c | 179 int srcid = 0, size = 0, code = 0; in xlp_handle_msg_vc() local 202 status = nlm_fmn_msgrcv(vc, &srcid, &size, &code, in xlp_handle_msg_vc() 207 if (srcid < 0 || srcid >= 1024) { in xlp_handle_msg_vc() 209 srcid); in xlp_handle_msg_vc() 212 he = &msgmap[srcid]; in xlp_handle_msg_vc() 214 (he->action)(vc, size, code, srcid, &msg, in xlp_handle_msg_vc() 220 __func__, srcid, vc, size, in xlp_handle_msg_vc() 240 int srcid = 0, size = 0, code = 0, vc; in xlp_discard_msg_vc() local 246 status = nlm_fmn_msgrcv(vc, &srcid, in xlp_discard_msg_vc()
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_alq.c | 141 uint32_t op, uint32_t flags, uint16_t srcid, const uint8_t *src, in ieee80211_alq_log() argument 167 r->r_src = htobe16(srcid); in ieee80211_alq_log()
|
| H A D | ieee80211_alq.h | 59 uint16_t srcid, const uint8_t *src, size_t len);
|
| /f-stack/freebsd/mips/nlm/hal/ |
| H A D | cop2.h | 255 nlm_fmn_msgrcv(int vc, int *srcid, int *size, int *code, struct nlm_fmn_msg *m) in nlm_fmn_msgrcv() argument 268 *srcid = (msg_status >> 4) & 0xfff; in nlm_fmn_msgrcv()
|
| H A D | fmn.c | 141 void nlm_cms_setup_credits(uint64_t base, int destid, int srcid, int credit) in nlm_cms_setup_credits() argument 145 val = (((uint64_t)credit << 24) | (destid << 12) | (srcid << 0)); in nlm_cms_setup_credits()
|
| H A D | fmn.h | 217 extern void nlm_cms_setup_credits (uint64_t base, int destid, int srcid, int credit);
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-srio.h | 475 int *destid_index, uint32_t *sequence_num, int *srcid, int *priority,
|
| H A D | cvmx-srio.c | 1318 int *destid_index, uint32_t *sequence_num, int *srcid, int *priority, in cvmx_srio_receive_doorbell() argument 1332 *srcid = rx_bell.s.src_id; in cvmx_srio_receive_doorbell()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | db.c | 922 int srcid; in moveCommand() local 932 srcid = c->db->id; in moveCommand() 942 selectDb(c,srcid); /* Back to the source DB */ in moveCommand()
|
| /f-stack/freebsd/mips/nlm/dev/net/ |
| H A D | xlpge.c | 226 int code, int srcid, struct nlm_fmn_msg *msg, void *data);
|