Searched refs:resp_hdr (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/atp/
H A Datp_rsel.c81 struct atphdr req_hdr, resp_hdr; local
181 memcpy( &resp_hdr, abuf->atpbuf_info.atpbuf_data + 1,
269 if ( requesting && ah->atph_rbitmap & ( 1<<resp_hdr.atphd_bitmap )
270 && req_hdr.atphd_tid == resp_hdr.atphd_tid ) {
271 ah->atph_rbitmap &= ~( 1<<resp_hdr.atphd_bitmap );
273 if ( ah->atph_resppkt[ resp_hdr.atphd_bitmap ] != NULL ) {
274 atp_free_buf( ah->atph_resppkt[ resp_hdr.atphd_bitmap ] );
276 ah->atph_resppkt[ resp_hdr.atphd_bitmap ] = abuf;
280 if ( resp_hdr.atphd_ctrlinfo & ATP_EOM ) {
283 getpid(), resp_hdr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c1357 struct iscsi_login_rsp *resp_hdr; local
1368 resp_hdr = (struct iscsi_login_rsp *) &bnx2i_conn->gen_pdu.resp_hdr;
1369 memset(resp_hdr, 0, sizeof(struct iscsi_hdr));
1370 resp_hdr->opcode = login->op_code;
1371 resp_hdr->flags = login->response_flags;
1372 resp_hdr->max_version = login->version_max;
1373 resp_hdr->active_version = login->version_active;
1374 resp_hdr->hlength = 0;
1376 hton24(resp_hdr
1424 struct iscsi_tm_rsp *resp_hdr; local
1463 struct iscsi_logout_rsp *resp_hdr; local
1601 struct iscsi_async *resp_hdr; local
[all...]
H A Dbnx2i.h132 * @resp_hdr: iscsi header where iscsi login response header is to
152 struct iscsi_hdr resp_hdr; member in struct:generic_pdu_resc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/benet/
H A Dbe_cmds.h228 struct be_cmd_resp_hdr resp_hdr; member in struct:be_cmd_resp_eq_create
770 struct be_cmd_resp_hdr resp_hdr; member in struct:be_cmd_resp_enable_disable_beacon
782 struct be_cmd_resp_hdr resp_hdr; member in struct:be_cmd_resp_get_beacon_state
821 struct be_cmd_resp_hdr resp_hdr; member in struct:be_cmd_resp_loopback_test
838 struct be_cmd_resp_hdr resp_hdr; member in struct:be_cmd_resp_set_lmode
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/be2iscsi/
H A Dbe_cmds.h242 struct be_cmd_resp_hdr resp_hdr; member in struct:be_cmd_resp_eq_create
624 struct be_cmd_resp_hdr resp_hdr; member in struct:be_wrbq_create_resp

Completed in 213 milliseconds