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

/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);
82 u32 i, pdu_send_order = 0, seq_no = 0; local
86 if (cmd->pdu_list[i].seq_no == seq_no) {
90 seq_no++;
130 u32 *array, pdu_count, seq_count = 0, seq_no = 0, seq_offset = 0; local
134 if (cmd->pdu_list[pdu_count].seq_no
295 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.c205 u32 pdu_start = 0, seq_no = 0; local
225 seq_no++;
230 cmd->seq_no = seq_no;
631 if (cmd->pdu_list[i].seq_no == pdu->seq_no) {
H A Discsi_target_core.h406 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:__anon1299
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.c391 avp->seq_no += 0x10;
393 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.h233 u16 seq_no; member in struct:ath9k_htc_vif
H A Dbeacon.c175 sc->tx.seq_no += 0x10;
177 hdr->seq_ctrl |= cpu_to_le16(sc->tx.seq_no);
H A Dath9k.h292 u16 seq_no; member in struct:ath_tx
H A Dxmit.c1946 sc->tx.seq_no += 0x10;
1948 hdr->seq_ctrl |= cpu_to_le16(sc->tx.seq_no);
/drivers/net/wireless/ath/ath6kl/
H A Dtxrx.c1023 u16 seq_no, u8 order)
1038 * but changes to 'the' seq_no, when BAR comes. If seq_no
1042 * An imp point : if win_sz is 7, for seq_no space of 4095,
1049 seq_end = seq_no ? seq_no : rxtid->seq_next;
1082 u16 seq_no,
1112 cur = seq_no;
1147 idx = AGGR_WIN_IDX(seq_no, rxtid->hold_q_sz);
1171 node->seq_no
1022 aggr_deque_frms(struct aggr_info_conn *agg_conn, u8 tid, u16 seq_no, u8 order) argument
1081 aggr_process_recv_frm(struct aggr_info_conn *agg_conn, u8 tid, u16 seq_no, bool is_amsdu, struct sk_buff *frame) argument
1293 u16 seq_no, offset; local
1662 aggr_recv_addba_req_evt(struct ath6kl_vif *vif, u8 tid_mux, u16 seq_no, u8 win_sz) argument
[all...]
H A Dcore.h224 u16 seq_no; member in struct:skb_hold_q
808 void aggr_recv_addba_req_evt(struct ath6kl_vif *vif, u8 tid, u16 seq_no,
/drivers/s390/scsi/
H A Dzfcp_def.h292 * @seq_no: sequence number of this request
309 u32 seq_no; member in struct:zfcp_fsf_req
H A Dzfcp_dbf.c77 rec->fsf_seq_no = req->seq_no;
H A Dzfcp_fsf.c674 req->seq_no = adapter->fsf_req_seq_no;
/drivers/s390/net/
H A Dqeth_core_mpc.h323 __u8 seq_no; member in struct:qeth_ipacmd_setassparms_hdr
422 __u8 seq_no; member in struct:qeth_ipacmd_setadpparms_hdr
H A Dqeth_core.h289 __u16 seq_no; member in struct:qeth_hdr_layer2
298 __u16 seq_no; member in struct:qeth_hdr_osn
H A Dqeth_core_main.c2914 cmd->data.setadapterparms.hdr.seq_no = 1;
4318 if (cmd->data.setadapterparms.hdr.seq_no == 1)
4332 cmd->data.setadapterparms.hdr.seq_no);
4334 if (cmd->data.setadapterparms.hdr.seq_no == 1) {
4348 cmd->data.setadapterparms.hdr.seq_no);
4349 if (cmd->data.setadapterparms.hdr.seq_no <
4433 if (cmd->data.setadapterparms.hdr.seq_no <
H A Dqeth_l3_main.c1107 cmd->data.setassparms.hdr.seq_no = 0;
2445 if (cmd->data.setassparms.hdr.seq_no <
/drivers/net/wireless/rtl818x/rtl8187/
H A Ddev.c492 unsigned int pkt_rc, seq_no; local
500 seq_no = (val >> 16) & 0xFFF;
507 * While testing, it was discovered that the seq_no
517 & 0xFFF) == seq_no)
/drivers/net/wireless/
H A Datmel.c968 u16 msdu_size, u16 rx_packet_loc, u32 crc, u16 seq_no,
993 priv->frag_seq = seq_no;
1013 priv->frag_seq == seq_no &&
966 frag_rx_path(struct atmel_private *priv, struct ieee80211_hdr *header, u16 msdu_size, u16 rx_packet_loc, u32 crc, u16 seq_no, u8 frag_no, int more_frags) argument
/drivers/scsi/
H A Dadvansys.c411 uchar seq_no; member in struct:asc_sg_list_q
7453 scsi_sg_q.seq_no = i + 1;
8934 scsi_sg_q.seq_no = i + 1;

Completed in 637 milliseconds