Searched refs:seq_no (Results 1 - 25 of 31) sorted by relevance

12

/drivers/target/iscsi/
H A Discsi_target_seq_pdu_list.c43 " seq_no: %d\n", i, seq->pdu_start, seq->pdu_count,
45 seq->seq_no);
60 " pdu_send_order: %d, seq_no: %d\n", i, pdu->offset,
61 pdu->length, pdu->pdu_send_order, pdu->seq_no);
86 u32 i, pdu_send_order = 0, seq_no = 0; local
90 if (cmd->pdu_list[i].seq_no == seq_no) {
94 seq_no++;
134 u32 *array, pdu_count, seq_count = 0, seq_no = 0, seq_offset = 0; local
138 if (cmd->pdu_list[pdu_count].seq_no
301 u32 pdu_count = 0, seq_no = 0, unsolicited_data_length = 0; local
[all...]
H A Discsi_target_seq_pdu_list.h59 u32 seq_no; member in struct:iscsi_pdu
77 u32 seq_no; member in struct:iscsi_seq
H A Discsi_target_erl1.c206 u32 pdu_start = 0, seq_no = 0; local
226 seq_no++;
231 cmd->seq_no = seq_no;
628 if (cmd->pdu_list[i].seq_no == pdu->seq_no) {
H A Discsi_target_core.h420 u32 seq_no; member in struct:iscsi_cmd
/drivers/isdn/sc/
H A Dcard.h89 unsigned char seq_no; /* Next send seq. number */ member in struct:__anon1938
H A Dmessage.c132 sndmsg.sequence_no = sc_adapter[card]->seq_no++ % 256;
/drivers/net/wireless/ath/ath9k/
H A Dwmi.h30 __be16 seq_no; member in struct:wmi_cmd_hdr
H A Dhtc_drv_beacon.c235 avp->seq_no += 0x10;
237 hdr->seq_ctrl |= cpu_to_le16(avp->seq_no);
H A Dtx99.c80 hdr->seq_ctrl |= cpu_to_le16(avp->seq_no);
H A Dwmi.c278 hdr->seq_no = cpu_to_be16(++wmi->tx_seq_id);
H A Dhtc.h240 u16 seq_no; member in struct:ath9k_htc_vif
H A Dath9k.h595 u16 seq_no; member in struct:ath_vif
/drivers/net/wireless/ath/ath10k/
H A Dhtc.h73 u8 seq_no; /* for tx */ member in union:ath10k_htc_hdr::__anon4175
318 u8 seq_no; /* for debugging */ member in struct:ath10k_htc_ep
H A Dhtc.c116 hdr->seq_no = ep->seq_no++;
/drivers/net/wireless/ath/ath6kl/
H A Dtxrx.c1052 u16 seq_no, u8 order)
1068 * but changes to 'the' seq_no, when BAR comes. If seq_no
1072 * An imp point : if win_sz is 7, for seq_no space of 4095,
1079 seq_end = seq_no ? seq_no : rxtid->seq_next;
1111 u16 seq_no,
1141 cur = seq_no;
1178 idx = AGGR_WIN_IDX(seq_no, rxtid->hold_q_sz);
1202 node->seq_no
1051 aggr_deque_frms(struct aggr_info_conn *agg_conn, u8 tid, u16 seq_no, u8 order) argument
1110 aggr_process_recv_frm(struct aggr_info_conn *agg_conn, u8 tid, u16 seq_no, bool is_amsdu, struct sk_buff *frame) argument
1324 u16 seq_no, offset; local
1702 aggr_recv_addba_req_evt(struct ath6kl_vif *vif, u8 tid_mux, u16 seq_no, u8 win_sz) argument
[all...]
H A Dcore.h320 u16 seq_no; member in struct:skb_hold_q
960 void aggr_recv_addba_req_evt(struct ath6kl_vif *vif, u8 tid, u16 seq_no,
/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c681 u16 seq_no = 0; local
692 seq_no = *ssn;
698 seq_no,
712 common->vif_info[ii].seq_start = seq_no;
722 seq_no,
/drivers/s390/net/
H A Dqeth_core_mpc.h335 __u8 seq_no; member in struct:qeth_ipacmd_setassparms_hdr
458 __u8 seq_no; member in struct:qeth_ipacmd_setadpparms_hdr
554 __u8 seq_no; member in struct:qeth_ipacmd_sbp_hdr
H A Dqeth_core.h304 __u16 seq_no; member in struct:qeth_hdr_layer2
313 __u16 seq_no; member in struct:qeth_hdr_osn
H A Dqeth_l2_main.c1740 cmd->data.sbp.hdr.seq_no = 1;
1814 cmd->data.sbp.hdr.seq_no = 1;
1880 cmd->data.sbp.hdr.seq_no = 1;
H A Dqeth_core_main.c3012 cmd->data.setadapterparms.hdr.seq_no = 1;
4506 if (cmd->data.setadapterparms.hdr.seq_no == 1)
4520 cmd->data.setadapterparms.hdr.seq_no);
4522 if (cmd->data.setadapterparms.hdr.seq_no == 1) {
4536 cmd->data.setadapterparms.hdr.seq_no);
4537 if (cmd->data.setadapterparms.hdr.seq_no <
4625 if (cmd->data.setadapterparms.hdr.seq_no <
/drivers/s390/scsi/
H A Dzfcp_def.h290 * @seq_no: sequence number of this request
307 u32 seq_no; member in struct:zfcp_fsf_req
H A Dzfcp_dbf.c84 rec->fsf_seq_no = req->seq_no;
/drivers/scsi/qla2xxx/
H A Dqla_mr.h153 __le32 seq_no; member in struct:ioctl_iocb_entry_fx00
/drivers/net/wireless/rtl818x/rtl8187/
H A Ddev.c502 unsigned int pkt_rc, seq_no; local
510 seq_no = (val >> 16) & 0xFFF;
517 * While testing, it was discovered that the seq_no
527 & 0xFFF) == seq_no)

Completed in 4892 milliseconds

12