Searched refs:num_msgs (Results 26 - 30 of 30) sorted by path

12

/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.h184 int num_msgs; /* mbox number of messages */ member in struct:mbox
H A Dotx2_pf.c311 /* The hdr->num_msgs is set to zero immediately in the interrupt
313 * when the interrupt handler is called. pf->mw[i].num_msgs
318 if (hdr->num_msgs) {
319 mw[i].num_msgs = hdr->num_msgs;
320 hdr->num_msgs = 0;
327 if (hdr->num_msgs) {
328 mw[i].up_num_msgs = hdr->num_msgs;
329 hdr->num_msgs = 0;
356 int dir, int vf, int num_msgs)
354 otx2_forward_vf_mbox_msgs(struct otx2_nic *pf, struct otx2_mbox *src_mbox, int dir, int vf, int num_msgs) argument
812 u16 num_msgs; local
938 u16 num_msgs; local
[all...]
H A Dotx2_vf.c92 u16 num_msgs; local
98 num_msgs = rsp_hdr->num_msgs;
100 if (num_msgs == 0)
105 for (id = 0; id < num_msgs; id++) {
109 if (mdev->msgs_acked == (af_mbox->num_msgs - 1))
158 u16 num_msgs; local
166 num_msgs = rsp_hdr->num_msgs;
168 if (num_msgs
[all...]
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h3952 uint8_t num_msgs; /* Number of messages */ member in struct:ec_params_i2c_passthru
3959 uint8_t num_msgs; /* Number of messages processed */ member in struct:ec_response_i2c_passthru
/linux-master/tools/testing/selftests/net/
H A Dudpgso_bench_tx.c582 static void print_audit_report(unsigned long num_msgs, unsigned long num_sends) argument
595 ((num_msgs * cfg_payload_len) >> 10) / tdelta,
597 num_msgs, num_msgs * 1000 / tdelta);
623 static void print_report(unsigned long num_msgs, unsigned long num_sends) argument
628 (num_msgs * cfg_payload_len) >> 20,
629 num_sends, num_msgs);
632 total_num_msgs += num_msgs;
639 unsigned long num_msgs, num_sends; local
683 num_msgs
[all...]

Completed in 240 milliseconds

12